Skip to content

Commit 7b355b4

Browse files
committed
Lint
1 parent 5957205 commit 7b355b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ export default class CloudPaymentsWebhooks {
585585

586586
if (!workspace) {
587587
this.sendError(res, RecurrentCodes.SUCCESS, `[Billing / Recurrent] Workspace with subscription id ${body.Id} not found`, {
588-
body
588+
body,
589589
});
590590

591591
return;

0 commit comments

Comments
 (0)