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