mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Oh... That's the issue???
This commit is contained in:
@@ -80,7 +80,7 @@ module.exports = class JeopardyScrape {
|
||||
this.gameIDs.push(gameID);
|
||||
}
|
||||
for (const clue of file.clues) {
|
||||
if (typeof clue !== 'string') continue;
|
||||
if (typeof clue !== 'object' || Array.isArray(clue)) continue;
|
||||
if (this.clues.includes(clue)) continue;
|
||||
this.clues.push(clue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user