Skip to content

Commit e8b9a1d

Browse files
Fernando2603octo-kumo
authored andcommitted
fix github action error
1 parent 53bae12 commit e8b9a1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ships/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ function readFilesFromLanguage(lang = "EN") {
4040
if (!TYPES[type]) TYPES[type] = {};
4141
if (!TYPES[type][lang.toLowerCase()]) TYPES[type][lang.toLowerCase()] = types[type].type_name.trim();
4242
})
43-
for (let id of Object.keys(groups)) {
44-
if (id === "all") continue;
43+
for (const id of groups.all) {
4544
let group = groups[id];
4645
let ship = compiled[group.group_type];
4746
if (!ship) compiled[group.group_type] = ship = {

0 commit comments

Comments
 (0)