AB#6233 - Cleanup / Fixes from review

This commit is contained in:
Bjarke Berg
2020-05-05 14:28:01 +02:00
parent ecc596c483
commit 13197eb5ff
17 changed files with 51 additions and 36 deletions

View File

@@ -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[]
{