Skip to content

Commit

Permalink
fix(premium): pull down checks from 5th to 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
robinrepka authored Mar 2, 2024
1 parent 9f118d0 commit 89939fb
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 @@ -10,7 +10,7 @@ const RUNNING_YEAR = new Date().getUTCFullYear();

const CURRENT_VALID_MONTH = new Date().getUTCMonth();// JANUARY = 0; (10 NOV

const TURNING_DAY = 5; // when Prime starts
const TURNING_DAY = 1; // when Prime starts
const GRACE_WARNING_DAY = 10; // when Prime starts yelling
const GRACE_TURNING_DAY = 15; // when Prime shuts down

Expand Down

0 comments on commit 89939fb

Please sign in to comment.