mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
refactor(core): use new backlink indexer (#7296)
This commit is contained in:
@@ -233,7 +233,6 @@ export class IndexedDBJobQueue<J> implements JobQueue<J> {
|
||||
fromPromise(async () => {
|
||||
const trx = this.database.transaction(['jobs'], 'readonly');
|
||||
const remaining = await trx.objectStore('jobs').count();
|
||||
console.log(remaining);
|
||||
return { remaining };
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user