sync: fix monograph sync

This commit is contained in:
Abdullah Atta
2025-10-03 18:17:33 +05:00
committed by Abdullah Atta
parent 908d64bd4f
commit 2952dd2c63
4 changed files with 69 additions and 7 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ namespace Notesnook.API.Models
public string Title { get; set; }
[JsonPropertyName("userId")]
public string UserId { get; set; }
public string? UserId { get; set; }
[JsonPropertyName("selfDestruct")]
public bool SelfDestruct { get; set; }