Skip to content

Commit

Permalink
Tired of this warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaben committed Feb 18, 2024
1 parent 998498e commit 19dd834
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ protected override void WriteJsonProperty(
}
else
{
base.WriteJsonProperty(name, value, ref precedingDelimiter, output);
base.WriteJsonProperty(name, value!, ref precedingDelimiter, output);
}
}

Expand Down

0 comments on commit 19dd834

Please sign in to comment.