File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " hawk.api" ,
3- "version" : " 1.2.20 " ,
3+ "version" : " 1.2.21 " ,
44 "main" : " index.ts" ,
55 "license" : " BUSL-1.1" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ export default class CloudPaymentsWebhooks {
202202 return ;
203203 }
204204
205- telegram . sendMessage ( `✅ [Billing / Check] All checks passed successfully «${ workspace . name } »` , TelegramBotURLs . Money )
205+ telegram . sendMessage ( `🤗 [Billing / Check] All checks passed successfully «${ workspace . name } »` , TelegramBotURLs . Money )
206206 . catch ( e => console . error ( 'Error while sending message to Telegram: ' + e ) ) ;
207207
208208 HawkCatcher . send ( new Error ( '[Billing / Check] All checks passed successfully' ) , body as any ) ;
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export default {
156156 * Send info to Telegram (non-blocking)
157157 */
158158 telegram
159- . sendMessage ( `✅ [Billing / Compose payment]
159+ . sendMessage ( `👀 [Billing / Compose payment]
160160
161161card link operation: ${ isCardLinkOperation }
162162amount: ${ + plan . monthlyCharge } RUB
You can’t perform that action at this time.
0 commit comments