AB#6233 - Cleanup / Fixes from review
This commit is contained in:
@@ -164,7 +164,7 @@ namespace Umbraco.Web.Compose
|
||||
// only perform this one time ever
|
||||
LazyInitializer.EnsureInitialized(ref _tasks, ref _started, ref _locker, () =>
|
||||
{
|
||||
var serverAddress = _runtime.ApplicationUrl?.ToString();
|
||||
var serverAddress = _runtime.ApplicationUrl.ToString();
|
||||
|
||||
return new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user