Skip to content

Commit

Permalink
prime rollout
Browse files Browse the repository at this point in the history
  • Loading branch information
Flicksie committed Nov 8, 2022
1 parent 7c73e29 commit f3995be
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 = 9; // JANUARY = 0; (9 OCTOBER)
const CURRENT_VALID_MONTH = 10;// 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 f3995be

Please sign in to comment.