From 6d7b95f4b048589d6a3590689b8f80725783419f Mon Sep 17 00:00:00 2001 From: Lawin <56766256+Lawin0129@users.noreply.github.com> Date: Sun, 14 May 2023 21:24:24 +0100 Subject: [PATCH] Update timeline.js --- structure/timeline.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/structure/timeline.js b/structure/timeline.js index 166f516..88522f0 100644 --- a/structure/timeline.js +++ b/structure/timeline.js @@ -148,6 +148,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { "eventType": "EventFlag.FortnitemaresPhase1", "activeUntil": "9999-01-01T00:00:00.000Z", "activeSince": "2020-01-01T00:00:00.000Z" + }, + { + "eventType": "POI0", + "activeUntil": "9999-01-01T00:00:00.000Z", + "activeSince": "2020-01-01T00:00:00.000Z" }) } if (memory.build >= 6.22) { @@ -1218,4 +1223,4 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => { res.end(); }) -module.exports = express; \ No newline at end of file +module.exports = express;