Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Dec 5, 2024
1 parent 2446be0 commit 410b77b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public static void ConfigureMiddlewares(this WebApplication app)

app.UseExceptionHandler("/", createScopeForErrors: true);

if (env.IsDevelopment() && false)
if (env.IsDevelopment())
{
app.UseWebAssemblyDebugging();
}
Expand Down

0 comments on commit 410b77b

Please sign in to comment.