tmp
This commit is contained in:
@ -38,7 +38,7 @@ export abstract class FeedCache<TCached> {
|
||||
}
|
||||
|
||||
async preload() {
|
||||
const keys = await this.table?.toCollection().primaryKeys() ?? [];
|
||||
const keys = (await this.table?.toCollection().primaryKeys()) ?? [];
|
||||
this.onTable = new Set<string>(keys.map(a => a as string));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user