Scripts: hardcode types to download images for

This commit is contained in:
Pieter Vander Vennet 2025-01-22 18:22:14 +01:00
parent 287424d249
commit d9b910e36b

View file

@ -190,7 +190,6 @@ class DownloadNsiLogos extends Script {
} }
async main(): Promise<void> { async main(): Promise<void> {
const nsi = await NameSuggestionIndex.getNsiIndex()
const types = ["brand", "operator"] const types = ["brand", "operator"]
for (const type of types) { for (const type of types) {
await this.downloadFor(type) await this.downloadFor(type)