From c9a734d879816490df47c8483a48fba4ded38533 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 16 Oct 2021 23:33:21 +0200 Subject: [PATCH] fix(core): update --- ts/smartdata.classes.easystore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/smartdata.classes.easystore.ts b/ts/smartdata.classes.easystore.ts index fabcc8e..b75c157 100644 --- a/ts/smartdata.classes.easystore.ts +++ b/ts/smartdata.classes.easystore.ts @@ -28,7 +28,7 @@ export class EasyStore { this.nameId = nameIdArg; } - public async getEasyStore() { + private async getEasyStore() { let easyStore = await this.easyStoreClass.getInstance({ nameId: this.nameId, });