feat: remove the limit of 1
This commit is contained in:
parent
95500d7b07
commit
ebf6a2fea4
|
@ -15,8 +15,6 @@ try {
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
weapons = weapons.slice(0, 1);
|
|
||||||
|
|
||||||
console.log(`${weapons.length} weapons fetched from "${NIERREIN_GUIDE_API_URL}/weapons"`)
|
console.log(`${weapons.length} weapons fetched from "${NIERREIN_GUIDE_API_URL}/weapons"`)
|
||||||
|
|
||||||
if (weapons.length === 0) {
|
if (weapons.length === 0) {
|
||||||
|
|
Loading…
Reference in New Issue