« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/upd8.js
diff options
context:
space:
mode:
Diffstat (limited to 'upd8.js')
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 21f1605..e9ebc66 100755
--- a/upd8.js
+++ b/upd8.js
@@ -5341,7 +5341,7 @@ async function main() {
             return;
         }
 
-        const errors = artistData.filter(obj => obj.error);
+        const errors = flashData.filter(obj => obj.error);
         if (errors.length) {
             for (const error of errors) {
                 console.log(`\x1b[31;1m${error.error}\x1b[0m`);