monograph: refactor to fix type errors
This commit is contained in:
committed by
Abdullah Atta
parent
2b6a58ff04
commit
3a2e5f884b
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user