From 4c9282ea2758f530a87eee23ed6c2eb8e42597e1 Mon Sep 17 00:00:00 2001 From: PRO100KatYT Date: Tue, 1 Feb 2022 08:29:31 +0100 Subject: [PATCH] oops I forgor about one thing :skull: --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f762fe1..707a508 100644 --- a/index.js +++ b/index.js @@ -1769,7 +1769,7 @@ express.post("/fortnite/api/game/v2/profile/*/client/FortRerollDailyQuest", asyn Notifications.push({ "type": "dailyQuestReroll", "primary": true, - "newQuestId": QuestIDS[randomNumber] + "newQuestId": QuestIDS[randomNumber].templateId }) fs.writeFileSync(`./profiles/${req.query.profileId || "athena"}.json`, JSON.stringify(profile, null, 2));