Skip to content

Commit

Permalink
Update generate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Feb 4, 2025
1 parent 696e5fb commit 2841848
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions static-data/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ async function fetchShopwareTags(): Promise<void> {
}
}

if (!tags.includes('6.7.0.0')) {
tags.unshift('6.7.0.0');
}

writeFileSync('versions.json', JSON.stringify(tags, null, 2));
console.log('Successfully wrote versions.json');

Expand Down

0 comments on commit 2841848

Please sign in to comment.