sync: fix monograph sync
This commit is contained in:
committed by
Abdullah Atta
parent
908d64bd4f
commit
2952dd2c63
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user