Skip to content

Commit

Permalink
Remove unneeded details from 401 during in-band sync
Browse files Browse the repository at this point in the history
  • Loading branch information
jpwilliams committed Oct 17, 2024
1 parent 3f3a4be commit 86f259e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/inngest/src/components/InngestCommHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,6 @@ export class InngestCommHandler<
status: 401,
body: stringify({
code: "sig_verification_failed",
message: "",
name: "SigVerificationFailedError",
}),
headers: {
"Content-Type": "application/json",
Expand Down

0 comments on commit 86f259e

Please sign in to comment.