From da9c8db4745f414c011beebb7c7eb67a341e8665 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Wed, 15 Oct 2025 20:36:36 +0700 Subject: [PATCH] Fix format tg channelid --- src/Managing.Application/Shared/WebhookService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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