This reverts commit a9544de8ec, reversing
changes made to 689a064ddd.
This commit is contained in:
Lawin0129
2021-12-17 00:36:35 +00:00
parent a9544de8ec
commit 4bf6050bdf

View File

@@ -1103,15 +1103,6 @@ express.get("/fortnite/api/calendar/v1/timeline", async (req, res) => {
}) })
} }
if (req.headers["user-agent"].includes("Release-19.01")) {
activeEvents.push(
{
"eventType": "EventFlag.LTE_WinterFest",
"activeUntil": "9999-01-01T00:00:00.000Z",
"activeSince": "2020-01-01T00:00:00.000Z"
})
}
res.json({ res.json({
"channels": { "channels": {
"client-matchmaking": { "client-matchmaking": {