mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-21 22:19:41 +01:00
feat: send flag indicating whether array is requested
This commit is contained in:
@@ -8,7 +8,7 @@ export default class Indexer extends Storage {
|
||||
}
|
||||
|
||||
async init() {
|
||||
this.indices = (await this.read(this.type)) || [];
|
||||
this.indices = (await this.read(this.type, true)) || [];
|
||||
}
|
||||
|
||||
async exists(key) {
|
||||
|
||||
Reference in New Issue
Block a user