Skip to content

Commit

Permalink
correct invalid comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 30, 2024
1 parent 3885e18 commit 90c9b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonFruit.OnionFruit.Web/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public static async Task Main(string[] args)

using (var scope = app.Services.GetRequiredService<IServiceScopeFactory>().CreateScope())
{
// if worker is not enabled, run redis migrations
// if worker is enabled, run redis migrations
if (scope.ServiceProvider.GetService<Worker.Worker>() != null)
{
await Worker.Program.ValidateRedisStructures(scope.ServiceProvider).ConfigureAwait(false);
Expand Down

0 comments on commit 90c9b96

Please sign in to comment.