Skip to content

Commit 2dcc8da

Browse files
committed
Fix typo
1 parent f98c2e7 commit 2dcc8da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/services/notes/notes_service.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,8 @@ class NotesService {
327327

328328
await _database.writeTxn(() async {
329329
await _plainTextNotes.deleteAll(plainTextNotesIds);
330-
await _markdownNotes.deleteAll(richTextNotesIds);
331-
await _richTextNotes.deleteAll(markdownNotesIds);
330+
await _markdownNotes.deleteAll(markdownNotesIds);
331+
await _richTextNotes.deleteAll(richTextNotesIds);
332332
await _checklistNotes.deleteAll(checklistNotesIds);
333333
});
334334

0 commit comments

Comments
 (0)