Update index.js

This commit is contained in:
Lawin0129
2021-11-28 15:37:39 +00:00
committed by GitHub
parent 7eaec4947e
commit 9d1b78cf5c

View File

@@ -1128,7 +1128,7 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
} }
// Credits to Silas for three of these event flags and credits to uni for testing on 11.31 // Credits to Silas for three of these event flags and credits to uni for testing on 11.31
if (req.headers["user-agent"].includes("Release-11.31")) { if (req.headers["user-agent"].includes("Release-11.31") || req.headers["user-agent"].includes("Release-11.40")) {
activeEvents.push( activeEvents.push(
{ {
"eventType": "EventFlag.Winterfest.Tree", "eventType": "EventFlag.Winterfest.Tree",