From ebf6a2fea4bad4a2cee014c0691dd69989dd8784 Mon Sep 17 00:00:00 2001 From: Nemesis Date: Thu, 2 Feb 2023 00:18:16 +0100 Subject: [PATCH] feat: remove the limit of 1 --- nier-reincarnation/weapon-stories/index.mjs | 2 -- 1 file changed, 2 deletions(-) diff --git a/nier-reincarnation/weapon-stories/index.mjs b/nier-reincarnation/weapon-stories/index.mjs index 80300bb..3e203cd 100644 --- a/nier-reincarnation/weapon-stories/index.mjs +++ b/nier-reincarnation/weapon-stories/index.mjs @@ -15,8 +15,6 @@ try { process.exit(1); } -weapons = weapons.slice(0, 1); - console.log(`${weapons.length} weapons fetched from "${NIERREIN_GUIDE_API_URL}/weapons"`) if (weapons.length === 0) {