From 3118b7d3fd91f514155e0e3d535c4c6fb2488be6 Mon Sep 17 00:00:00 2001 From: Ben White Date: Thu, 20 Jun 2024 15:06:24 +0200 Subject: [PATCH] fix type --- plugin-server/src/cdp/cdp-consumers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-server/src/cdp/cdp-consumers.ts b/plugin-server/src/cdp/cdp-consumers.ts index ac97bd67c5727..7901624e15236 100644 --- a/plugin-server/src/cdp/cdp-consumers.ts +++ b/plugin-server/src/cdp/cdp-consumers.ts @@ -29,6 +29,7 @@ import { addLog, HogExecutor } from './hog-executor' import { HogFunctionManager } from './hog-function-manager' import { HogWatcher } from './hog-watcher' import { + CdpOverflowMessage, HogFunctionInvocation, HogFunctionInvocationAsyncResponse, HogFunctionInvocationGlobals,