fix(core): update
This commit is contained in:
parent
fca8c434f6
commit
5860066621
@ -22,7 +22,7 @@ export class WebStore<T = any> {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async get(key: string) {
|
async get(key: string): Promise<T> {
|
||||||
return this.db.get(this.options.storeName, key);
|
return this.db.get(this.options.storeName, key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user