Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 28, 2025
1 parent 6524399 commit 979778c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export class HogTransformerService {

// Type check execResult before accessing result
if (!result.execResult) {
// TODO: Correct this - if we have no result but a successful execution then we should be dropping the event
status.warn('⚠️', 'Missing execution result - no transformation applied')
return event
}
Expand Down

0 comments on commit 979778c

Please sign in to comment.