From f22ee1fe6b33d16d83bf6583e875fafaf367f7a8 Mon Sep 17 00:00:00 2001 From: Yoojin Ko Date: Mon, 11 Sep 2023 11:19:22 +0900 Subject: [PATCH] style: space --- src/modules/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/app.ts b/src/modules/app.ts index 23932b1..02e23a4 100644 --- a/src/modules/app.ts +++ b/src/modules/app.ts @@ -251,6 +251,7 @@ export default class App extends ModuleBase { const balancePath = Path.app(appName).balanceOfUser(userAddress); return await this.ain.db.ref(balancePath).getValue(); } + private buildSetBillingConfigOp(appName: string, config: appBillingConfig) { const path = Path.app(appName).billingConfig(); return buildSetOperation("SET_VALUE", path, config);