Remove warnings from Umbraco.Web.UI (#16958)
* Fixed warning SA1119 for Umbraco.Web.UI project (unnecessary parenthesis) * Remove parenthesis (startup no longer exists) --------- Co-authored-by: Emma Garland <emma.garland@rocksolidknowledge.com>
This commit is contained in:
@@ -11,7 +11,7 @@ WebApplication app = builder.Build();
|
||||
|
||||
await app.BootUmbracoAsync();
|
||||
|
||||
#if (UseHttpsRedirect)
|
||||
#if UseHttpsRedirect
|
||||
app.UseHttpsRedirection();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user