Skip to content

Commit 3aed5ed

Browse files
committed
Lint
1 parent d2cc771 commit 3aed5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/billing/cloudpayments.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ userId: ${userId}`
153153
} else {
154154
nextPaymentDate = new Date(now);
155155
}
156-
156+
157157
if (workspace.isDebug) {
158158
nextPaymentDate.setDate(nextPaymentDate.getDate() + 1);
159159
} else {
@@ -672,7 +672,7 @@ amount: ${+body.Amount} ${body.Currency}
672672
next payment date: ${body.NextTransactionDate}
673673
workspace id: ${body.AccountId}
674674
subscription id: ${body.Id}`
675-
, TelegramBotURLs.Money));
675+
, TelegramBotURLs.Money));
676676
HawkCatcher.send(new Error(`[Billing / Recurrent] New recurrent event with ${body.Status} status`), req.body);
677677

678678
switch (body.Status) {

0 commit comments

Comments
 (0)