mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
Revert "feat(core): run indexer in worker (#7295)"
This reverts commit c62d79ab14.
This commit is contained in:
@@ -20,9 +20,6 @@ export interface IndexWriter<S extends Schema>
|
||||
|
||||
delete(id: string): void;
|
||||
|
||||
// TODO(@eyhn)
|
||||
// deleteByQuery(query: Query<S>): void;
|
||||
|
||||
commit(): Promise<void>;
|
||||
|
||||
rollback(): void;
|
||||
|
||||
Reference in New Issue
Block a user