From ec9930296d9ac5485bde215635df258ca81f26cc Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 13 Nov 2020 21:54:29 +0100 Subject: [PATCH] feat: add preseason 11 timestamp --- client/src/components/Summoner/FilterSeason.vue | 11 +++++++++-- server/app/helpers.ts | 1 + 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/client/src/components/Summoner/FilterSeason.vue b/client/src/components/Summoner/FilterSeason.vue index 7e924ba..e9d96f8 100644 --- a/client/src/components/Summoner/FilterSeason.vue +++ b/client/src/components/Summoner/FilterSeason.vue @@ -8,11 +8,15 @@ > + > + + + +
b - a) + }, ...mapState({ currentseason: state => state.summoner.basic.currentSeason, seasons: state => state.summoner.basic.seasons, diff --git a/server/app/helpers.ts b/server/app/helpers.ts index 378eaf7..13c4834 100644 --- a/server/app/helpers.ts +++ b/server/app/helpers.ts @@ -18,6 +18,7 @@ export const queuesWithRole = [ export const seasons = { 0: 9, 1578628800000: 10, + 1604970061000: 10.5, // Preseason 11 } /**