From b3b2562837c6322cb39819594e6de6860fbae84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Dembowski?= Date: Fri, 24 Sep 2021 20:08:33 +0000 Subject: [PATCH] [en] Update events.js --- locale/en/events.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/locale/en/events.js b/locale/en/events.js index 05757708c..d2172a553 100644 --- a/locale/en/events.js +++ b/locale/en/events.js @@ -73,16 +73,6 @@ module.exports = [ } }, EventLevel.MajorDay), - new Event('Purple Friday (UK)', null, 2, function* (monthDays) { - let lastFriday = null; - for (let d of monthDays) { - if (d.dayOfWeek === 5) { - lastFriday = d; - } - } - yield lastFriday; - }, EventLevel.MajorDay), - new Event('Purple Friday (UK)', null, 2, function* (monthDays) { let lastFriday = null; for (let d of monthDays) {