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