Update timeline.js

This commit is contained in:
Lawin
2023-05-14 21:24:24 +01:00
committed by GitHub
parent d54a495ec0
commit 6d7b95f4b0

View File

@@ -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;
module.exports = express;