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,