Skip to content

Commit

Permalink
Merge branch 'v10/dev' into v11/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyButland committed Dec 7, 2022
2 parents 284300c + 09a0373 commit 4538655
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
Expand Down Expand Up @@ -69,7 +69,7 @@ public override string ToArtifact(object value, IPropertyType propertyType, ICol
return null;
}

if (blockEditorValue == null)
if (blockEditorValue?.Content == null)
{
_logger.LogWarning("Deserialized value is null. Skipping conversion to artifact.");
return null;
Expand Down

0 comments on commit 4538655

Please sign in to comment.