Ой, забыл раскоментить
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-18 02:51:13 +03:00
parent d8eac63c6f
commit 7fd5f8dfe6
2 changed files with 4 additions and 5 deletions

View File

@@ -18,9 +18,9 @@ const primaries = [
const items = []
// warframes.forEach((name) => {
// items.push(new Warframe(name))
// })
warframes.forEach((name) => {
items.push(new Warframe(name))
})
primaries.forEach((name) => {
items.push(new Primary(name))