From e8e220b4108766ab89f5fbaff35f1574030a298d Mon Sep 17 00:00:00 2001 From: syuilo Date: Sun, 19 Mar 2017 15:47:36 +0900 Subject: [API] Fix bug, rename param set -> data (BREAKING) --- src/web/app/boot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web') diff --git a/src/web/app/boot.js b/src/web/app/boot.js index cdedcd5003..8a65e59735 100644 --- a/src/web/app/boot.js +++ b/src/web/app/boot.js @@ -157,7 +157,7 @@ function fetchme(token, cb) { function init() { const data = generateDefaultUserdata(); api(token, 'i/appdata/set', { - set: data + data }).then(() => { me.data = data; done(); -- cgit v1.2.3-freya