fix(core): flush note content deletes

Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
phernandez
2026-06-14 17:02:54 -05:00
parent fef6f61ffa
commit 82d42268c8
@@ -192,4 +192,5 @@ class NoteContentRepository(Repository[NoteContent]):
return False
await session.delete(note_content)
await session.flush()
return True