mirror of
https://github.com/basicmachines-co/basic-memory
synced 2026-06-21 13:47:35 +00:00
fix(core): flush note content deletes
Signed-off-by: phernandez <paul@basicmachines.co>
This commit is contained in:
@@ -192,4 +192,5 @@ class NoteContentRepository(Repository[NoteContent]):
|
||||
return False
|
||||
|
||||
await session.delete(note_content)
|
||||
await session.flush()
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user