diff --git a/src/Managing.Application/Shared/WebhookService.cs b/src/Managing.Application/Shared/WebhookService.cs index 72cd66f6..8538744a 100644 --- a/src/Managing.Application/Shared/WebhookService.cs +++ b/src/Managing.Application/Shared/WebhookService.cs @@ -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