From 1732f67c3a8185824fa55b719952ca47cba8ccd1 Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:44:44 +0900 Subject: [PATCH] lint --- html/src/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 37fabe53..5de7abf7 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -2570,7 +2570,7 @@ speechSynthesis.getVoices(); params: { n: 100, offset: 0, - tag: tag + tag } }); }); @@ -6016,7 +6016,7 @@ speechSynthesis.getVoices(); sharedFeedFilters: this.sharedFeedFilters, notificationPosition: this.notificationPosition, notificationTimeout: this.notificationTimeout, - notificationTheme: notificationTheme + notificationTheme }; sharedRepository.setObject('VRConfigVars', VRConfigVars); }; @@ -7914,7 +7914,7 @@ speechSynthesis.getVoices(); userIcon = `https://api.vrchat.cloud/api/1/file/${userIcon}/1`; } API.setVRCPlusIcon({ - userIcon: userIcon + userIcon }).then((args) => { this.$message({ message: 'Icon changed',