Scripts: hardcode types to download images for
This commit is contained in:
parent
287424d249
commit
d9b910e36b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue