mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
sync: fix monograph sync
This commit is contained in:
committed by
Abdullah Atta
parent
908d64bd4f
commit
2952dd2c63
@@ -294,7 +294,7 @@ namespace Notesnook.API.Controllers
|
||||
return Ok();
|
||||
}
|
||||
|
||||
private async Task MarkMonographForSyncAsync(string monographId, string deviceId)
|
||||
private async Task MarkMonographForSyncAsync(string monographId, string? deviceId)
|
||||
{
|
||||
if (deviceId == null) return;
|
||||
var userId = this.User.FindFirstValue("sub");
|
||||
|
||||
Reference in New Issue
Block a user