Skip to content

Commit

Permalink
chore: remove redundant handlerReturn
Browse files Browse the repository at this point in the history
Co-authored-by: KnorpelSenf <[email protected]>
  • Loading branch information
winstxnhdw and KnorpelSenf authored May 14, 2024
1 parent 7c6c5b5 commit 4a37cff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/convenience/webhook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const callbackAdapter: FrameworkAdapter = (
respond: callback,
header,
unauthorized,
handlerReturn: undefined,
});
const adapters = { ...nativeAdapters, callback: callbackAdapter };

Expand Down

0 comments on commit 4a37cff

Please sign in to comment.