Update raw-api.js

This commit is contained in:
William Harrison
2025-04-23 22:22:31 +08:00
committed by GitHub
parent 5e5046ca79
commit ff3e150f25
-2
View File
@@ -113,8 +113,6 @@ fs.readdir(directoryPath, function (err, files) {
fs.writeFile("raw-api/v2.json", JSON.stringify(v2), (err) => {
if (err) throw err;
});
} else {
throw new Error("processedCount is not equal to files.length");
}
});
});