Added Polar Peely Eventflag

This commit is contained in:
PRO100KatYT
2021-12-25 21:33:27 +01:00
parent c16e5f055c
commit 079f0fe0fe

View File

@@ -1102,6 +1102,11 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
"eventType": "EventFlag.LTE_WinterFest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
},
{
"eventType": "WF_IG_AVAIL",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}