fix(core): update
This commit is contained in:
		| @@ -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); | ||||
|   } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user