Skip to content

Commit

Permalink
Remove parenthesis (startup no longer exists)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmagarland committed Aug 25, 2024
1 parent eeb34d5 commit ff14100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Umbraco.Web.UI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

await app.BootUmbracoAsync();

#if (UseHttpsRedirect)
#if UseHttpsRedirect
app.UseHttpsRedirection();
#endif

Expand Down

0 comments on commit ff14100

Please sign in to comment.