monograph: refactor to fix type errors

This commit is contained in:
Abdullah Atta
2025-10-07 16:41:34 +05:00
committed by Abdullah Atta
parent 2b6a58ff04
commit 3a2e5f884b
2 changed files with 33 additions and 52 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ namespace Notesnook.API.Models
[JsonPropertyName("content")]
[BsonIgnore]
public string Content { get; set; }
public string? Content { get; set; }
[JsonIgnore]
public byte[]? CompressedContent { get; set; }