Skip to content

Commit

Permalink
Improve error
Browse files Browse the repository at this point in the history
  • Loading branch information
lrojas94 committed Oct 28, 2024
1 parent 258e20a commit 85b1a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/api/webhooks/tipalti.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
if (!isValid) {
console.log('❌ Invalid signature');
return res.status(400).send({
error: 'Invalid Request',
error: 'Invalid Request. Could not validate Webhook signature',
});
}

Expand Down

0 comments on commit 85b1a2d

Please sign in to comment.