Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Oct 25, 2023
1 parent 22e90cb commit dc0202b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decide.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export class Decide {

// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
window.extendPostHogWithExceptionAutocapture(this.instance)
window.extendPostHogWithExceptionAutocapture(this.instance, response)
})
}

Expand Down

0 comments on commit dc0202b

Please sign in to comment.