Skip to content

Commit

Permalink
september rewards
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrepka authored Sep 19, 2023
1 parent 344ae1d commit 9b1f5dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/archetypes/Premium.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const RUNNING_MONTH_LONG = new Date().toLocaleString("en", { month: "long" })
.toLowerCase();
const RUNNING_YEAR = new Date().getUTCFullYear();

const CURRENT_VALID_MONTH = 7;// JANUARY = 0; (10 NOV
const CURRENT_VALID_MONTH = 8;// JANUARY = 0; (10 NOV

const TURNING_DAY = 5; // when Prime starts
const GRACE_WARNING_DAY = 10; // when Prime starts yelling
Expand Down

0 comments on commit 9b1f5dc

Please sign in to comment.