From a67586aa6bead6187dbe6c83de0a1a09f867f6aa Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 5 Mar 2021 13:36:07 +1300 Subject: [PATCH] Fix 404 spam --- html/src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/src/app.js b/html/src/app.js index 7bf045de..9494cdc7 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -2318,7 +2318,7 @@ speechSynthesis.getVoices(); this.expirePlayerModerations(); Promise.all([ this.getPlayerModerations(), - this.getPlayerModerationsAgainstMe() + //this.getPlayerModerationsAgainstMe(); ]).finally(() => { this.isPlayerModerationsLoading = false; }).then(() => {