fix(core): update

This commit is contained in:
Philipp Kunz 2021-10-16 23:33:21 +02:00
parent 856e8e7d1f
commit c9a734d879

View File

@ -28,7 +28,7 @@ export class EasyStore<T> {
this.nameId = nameIdArg; this.nameId = nameIdArg;
} }
public async getEasyStore() { private async getEasyStore() {
let easyStore = await this.easyStoreClass.getInstance({ let easyStore = await this.easyStoreClass.getInstance({
nameId: this.nameId, nameId: this.nameId,
}); });