From 985a4135a598dde4984afc312599808f8ab45020 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 31 Mar 2022 01:57:18 +1300 Subject: [PATCH] Lint --- html/src/app.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/html/src/app.js b/html/src/app.js index 4d8e1403..0e3f4464 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -13204,8 +13204,7 @@ speechSynthesis.getVoices(); this.currentInstanceLocation = {}; } else if ( instanceId !== this.currentInstanceLocation.tag && - this.currentInstanceLocation.tag !== - this.lastLocationDestination + this.currentInstanceLocation.tag !== this.lastLocationDestination ) { this.currentInstanceWorld = { ref: {}, @@ -13803,8 +13802,8 @@ speechSynthesis.getVoices(); ) { assetUrl = unityPackage.assetUrl; break; - } } + } var fileId = extractFileId(assetUrl); var fileVersion = parseInt(extractFileVersion(assetUrl), 10); if (fileId) {