Skip to content

Commit

Permalink
Update tools/static-data/generate-distro-info.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Mar 3, 2025
1 parent bf49324 commit 593e6be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/static-data/generate-distro-info.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function csvToJson(raw) {
* @param {string} file File path to update
*/
async function update(url, file) {
// TODO: will be fixed with got upgrade
const res = await fetch(url);
if (!res.ok) {
console.error(`Failed to fetch ${url}`, res);
Expand Down

0 comments on commit 593e6be

Please sign in to comment.