diff --git a/Program.cs b/Program.cs index ffe1716..2cb013b 100644 --- a/Program.cs +++ b/Program.cs @@ -26,7 +26,7 @@ try }; CS = CSBuilder.ConnectionString; Console.WriteLine($"Done."); - _ = await UpdateCache(); + await UpdateCache(); Console.Write($"Configuring Kestrel Backend... "); IWebHost host = new WebHostBuilder() .UseKestrel(options => {