Add nullability to web.common
This commit is contained in:
@@ -974,7 +974,7 @@ namespace Umbraco.Cms.Infrastructure.PublishedCache
|
||||
}
|
||||
}
|
||||
|
||||
public IPublishedSnapshot CreatePublishedSnapshot(string previewToken)
|
||||
public IPublishedSnapshot CreatePublishedSnapshot(string? previewToken)
|
||||
{
|
||||
EnsureCaches();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user