From d0ddf3fb580cc36458e8fe6c92645d1be050fd88 Mon Sep 17 00:00:00 2001 From: Toutsu Date: Sun, 24 May 2026 07:50:05 +0300 Subject: [PATCH] fix(bot): add missing using for DirectSessionNotificationSender --- src/GmRelay.Bot/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GmRelay.Bot/Program.cs b/src/GmRelay.Bot/Program.cs index e3eb451..b080907 100644 --- a/src/GmRelay.Bot/Program.cs +++ b/src/GmRelay.Bot/Program.cs @@ -1,3 +1,4 @@ +using GmRelay.Bot.Features.Notifications; using GmRelay.Bot.Features.Sessions.CreateSession; using GmRelay.Bot.Features.Sessions.RescheduleSession; using GmRelay.Bot.Infrastructure.Database;