From eb9f8068a891cb514e21d1c1c584b454c3556e91 Mon Sep 17 00:00:00 2001 From: Ben White Date: Wed, 19 Jun 2024 16:01:00 +0200 Subject: [PATCH] Fix --- plugin-server/src/cdp/hog-watcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-server/src/cdp/hog-watcher.ts b/plugin-server/src/cdp/hog-watcher.ts index c40c86b0abc1c..29a7e1e7cafb1 100644 --- a/plugin-server/src/cdp/hog-watcher.ts +++ b/plugin-server/src/cdp/hog-watcher.ts @@ -59,6 +59,7 @@ export class HogWatcher { } observeAsyncFunctionResponses(responses: HogFunctionInvocationAsyncResponse[]) { + // NOTE: This probably wants to be done using the response status instead :thinking: responses.forEach((response) => { this.patchObservation(response.hogFunctionId, (x) => ({ ...x,