mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
fix: lint project (#2693)
This commit is contained in:
@@ -55,8 +55,5 @@ export const handlerTriggerWebhooks = async (req: Request) => {
|
||||
}),
|
||||
);
|
||||
|
||||
return Response.json(
|
||||
{ success: true, message: 'Webhooks queued for execution' },
|
||||
{ status: 200 },
|
||||
);
|
||||
return Response.json({ success: true, message: 'Webhooks queued for execution' }, { status: 200 });
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user