refactor(bulk_action): remake types & change method signature

This commit is contained in:
Elian Doran
2025-07-19 12:32:47 +03:00
parent daa4743967
commit e2c8443778
3 changed files with 76 additions and 76 deletions

View File

@@ -40,7 +40,7 @@ function searchAndExecute(req: Request) {
const { searchResultNoteIds } = searchService.searchFromNote(note);
bulkActionService.executeActions(note, searchResultNoteIds);
bulkActionService.executeActionsFromNote(note, searchResultNoteIds);
}
function quickSearch(req: Request) {