Fix format tg channelid
This commit is contained in:
@@ -38,7 +38,7 @@ public class WebhookService : IWebhookService
|
||||
isBadBehavior = isBadBehavior,
|
||||
timestamp = DateTime.UtcNow,
|
||||
type = "trade_notification",
|
||||
telegramChannel = user.TelegramChannel
|
||||
telegramChannel = FormatTelegramChannel(user.TelegramChannel)
|
||||
};
|
||||
|
||||
// Send the webhook notification
|
||||
|
||||
Reference in New Issue
Block a user