File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ( {
You can’t perform that action at this time.
0 commit comments