From 696b7138ae56524809040519edf06df5f4ce15d5 Mon Sep 17 00:00:00 2001 From: Che Date: Thu, 7 May 2026 20:17:21 +0100 Subject: [PATCH] update --- src/dotnet/TheSexy6BotWorker/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dotnet/TheSexy6BotWorker/Program.cs b/src/dotnet/TheSexy6BotWorker/Program.cs index d0abef8..cef59ff 100644 --- a/src/dotnet/TheSexy6BotWorker/Program.cs +++ b/src/dotnet/TheSexy6BotWorker/Program.cs @@ -33,7 +33,6 @@ public static int Main(string[] args) Console.WriteLine($"APP_COMMIT_MSG={Environment.GetEnvironmentVariable("APP_COMMIT_MSG") ?? "unset"}"); return 0; } - host.Run(); return 0; }