mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: implement notes api
This commit is contained in:
@@ -7,7 +7,7 @@ export default class Indexer extends Storage {
|
||||
this.indices = [];
|
||||
}
|
||||
|
||||
async initIndexer() {
|
||||
async init() {
|
||||
this.indices = (await this.read(this.type)) || [];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user