Fix format tg channelid

This commit is contained in:
2025-10-15 20:36:36 +07:00
parent b3f3bccd72
commit da9c8db474

View File

@@ -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