From 78c5430bbea416c3a9875946e68e03b08567e2ce Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
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
 						});