From 4096ddcbd0eb897a75b5dad5b2f389300e653ab8 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 18 Apr 2019 21:36:44 +0900 Subject: [PATCH] Use - --- src/client/app/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/store.ts b/src/client/app/store.ts index 44b893835..a6f2a0b00 100644 --- a/src/client/app/store.ts +++ b/src/client/app/store.ts @@ -358,7 +358,7 @@ export default (os: MiOS) => new Vuex.Store({ ctx.commit('set', x); if (ctx.rootGetters.isSignedIn) { - os.api('i/update_client_setting', { + os.api('i/update-client-setting', { name: x.key, value: x.value });