mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
chore: cleanup
This commit is contained in:
@ -24,6 +24,8 @@ export const unsubscribeHandler = async (req: Request) => {
|
||||
|
||||
return Response.json(deletedWebhook);
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
|
||||
return Response.json(
|
||||
{
|
||||
message: 'Internal Server Error',
|
||||
|
||||
Reference in New Issue
Block a user