Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFomina committed Jan 10, 2025
1 parent 5957205 commit 7b355b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/billing/cloudpayments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ export default class CloudPaymentsWebhooks {

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

return;
Expand Down

0 comments on commit 7b355b4

Please sign in to comment.