Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jun 19, 2024
1 parent 05c5745 commit eb9f806
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-server/src/cdp/hog-watcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit eb9f806

Please sign in to comment.