mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-07 11:27:49 +02:00
global: add null safety checks
This commit is contained in:
@@ -28,8 +28,8 @@ namespace Notesnook.API.Models
|
||||
public class MonographContent
|
||||
{
|
||||
[JsonPropertyName("data")]
|
||||
public string Data { get; set; }
|
||||
public required string Data { get; set; }
|
||||
[JsonPropertyName("type")]
|
||||
public string Type { get; set; }
|
||||
public required string Type { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user