fix(core): update
This commit is contained in:
parent
856e8e7d1f
commit
c9a734d879
@ -28,7 +28,7 @@ export class EasyStore<T> {
|
||||
this.nameId = nameIdArg;
|
||||
}
|
||||
|
||||
public async getEasyStore() {
|
||||
private async getEasyStore() {
|
||||
let easyStore = await this.easyStoreClass.getInstance({
|
||||
nameId: this.nameId,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user