Skip to content

Commit 1fca32d

Browse files
committed
Update cloudpayments.ts
1 parent 1fbab7d commit 1fca32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/billing/cloudpayments.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)