From 58f4dd0c43bb48cb1f9a0a23bf5b4e63b251142a Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 10 Feb 2023 17:13:04 +0100 Subject: [PATCH] fix typo --- website/common/script/cron.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/common/script/cron.js b/website/common/script/cron.js index 04f6bfb6ed..5b827240af 100644 --- a/website/common/script/cron.js +++ b/website/common/script/cron.js @@ -292,7 +292,7 @@ export function getPlanContext (user, now) { if (planMonths > 1) { monthsTillNextHourglass = plan.consecutive.offset + 1; } else { - monthsTillNextHourglass = 3 - plan.perkMonthsCount; + monthsTillNextHourglass = 3 - plan.perkMonthCount; } const possibleNextHourglassDate = moment(plan.dateUpdated)