From 6095fe59d4a339a5c1ae210906fd7df7a2457f6a Mon Sep 17 00:00:00 2001 From: pypy Date: Thu, 21 Jan 2021 12:41:44 +0900 Subject: [PATCH] lint --- html/src/vr.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/src/vr.js b/html/src/vr.js index f80f9475..d343c4f1 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -805,7 +805,7 @@ speechSynthesis.getVoices(); setTimeout(() => this.updateCpuUsageLoop(), 1000); }; - $app.methods.updateSharedFeeds = async function () { + $app.methods.updateSharedFeeds = function () { var feeds = sharedRepository.getArray('feeds'); if (feeds === null) { return; @@ -890,7 +890,7 @@ speechSynthesis.getVoices(); } }; - $app.methods.updateSharedFeedWrist = async function (feeds) { + $app.methods.updateSharedFeedWrist = function (feeds) { var filter = this.config.sharedFeedFilters.wrist; var filtered = []; feeds.forEach((feed) => {