mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-02-12 19:22:45 +00:00
monographs: fix monographs not appearing on clients
This commit is contained in:
@@ -201,7 +201,7 @@ namespace Notesnook.API.Controllers
|
||||
var monographs = (await Monographs.Collection.FindAsync(
|
||||
Builders<Monograph>.Filter.And(
|
||||
Builders<Monograph>.Filter.Eq("UserId", userId),
|
||||
Builders<Monograph>.Filter.Eq("Deleted", false)
|
||||
Builders<Monograph>.Filter.Ne("Deleted", true)
|
||||
)
|
||||
, new FindOptions<Monograph, ObjectWithId>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user