Fix script
Some checks failed
Retrieve Events Datas / Retrieve-Events-Datas (push) Failing after 15s

This commit is contained in:
Melaine Gérard 2024-10-04 13:22:20 +02:00
parent f035ff999c
commit c53e23c4ac

View File

@ -13,5 +13,7 @@ config();
.then(response => response.json())
.then(data => data);
if (!Array.isArray(datas)) return;
writeFileSync("events.json", JSON.stringify(datas, null, 4));
})()