diff options
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 21f16052..e9ebc66d 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`); |