Skip to content

Commit 05fa6ee

Browse files
committed
Lint
1 parent bf7bd38 commit 05fa6ee

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/billing/cloudpayments.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ export default class CloudPaymentsWebhooks {
272272

273273
try {
274274
await businessOperation.setStatus(BusinessOperationStatus.Confirmed);
275-
275+
276276
if (!data.isCardLinkOperation) {
277277
await workspace.changePlan(tariffPlan._id);
278278
}
@@ -353,14 +353,13 @@ export default class CloudPaymentsWebhooks {
353353
}));
354354
} catch (e) {
355355
const error = e as Error;
356-
356+
357357
this.sendError(res, PayCodes.SUCCESS, `[Billing / Pay] Error while sending task to limiter worker ${error.toString()}`, body);
358-
358+
359359
return;
360360
}
361361
}
362362

363-
364363
try {
365364
// todo: add plan-prolongation notification if it was a payment by subscription
366365
const senderWorkerTask: PaymentSuccessNotificationTask = {

0 commit comments

Comments
 (0)