Skip to content

Commit b87cf56

Browse files
committed
Fix indent
1 parent 114d389 commit b87cf56

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/billing/cloudpayments.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ userId: ${userId}`
187187

188188
this.handleSendingToTelegramError(telegram.sendMessage(`✅ [Billing / Compose payment]
189189
190-
card link operation: ${isCardLinkOperation}
191-
amount: ${+tariffPlan.monthlyCharge} RUB
192-
last charge date: ${workspace.lastChargeDate?.toISOString()}
193-
next payment date: ${nextPaymentDate.toISOString()}
194-
workspace id: ${workspace._id.toString()}
195-
debug: ${Boolean(workspace.isDebug)}`
190+
card link operation: ${isCardLinkOperation}
191+
amount: ${+tariffPlan.monthlyCharge} RUB
192+
last charge date: ${workspace.lastChargeDate?.toISOString()}
193+
next payment date: ${nextPaymentDate.toISOString()}
194+
workspace id: ${workspace._id.toString()}
195+
debug: ${Boolean(workspace.isDebug)}`
196196
, TelegramBotURLs.Money));
197197

198198
res.send({

0 commit comments

Comments
 (0)