Fix memory leak

This commit is contained in:
lilyissillyyy
2026-01-06 13:15:48 -05:00
parent 7d6f7db9ad
commit 547fa244ca
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -119,6 +119,7 @@ module.exports = class JeopardyScrape {
}
}
this.exportData();
this.imported = true;
return this.clues.length - cluesBefore;
}
};