Skip to content

Commit

Permalink
change the hardcoded day
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbeckett committed Oct 29, 2024
1 parent 11ea343 commit df41b3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export default {
this.panel = this.allPanelIDs
this.SUPPLEMENTARY_TYPES = SUPPLEMENTARY_TYPES
this.NOT_IN_GOOD_STANDING_WARNING_MESSAGE = NOT_IN_GOOD_STANDING_WARNING_MESSAGE
this.DAYS_BEFORE_TERM_EXPIRES = 45
this.DAYS_BEFORE_TERM_EXPIRES = 1
this.DAYS_BEFORE_NEXT_TERM_ENABLED = 120
this.setSuppTermDates()
await this.loadData()
Expand Down

0 comments on commit df41b3b

Please sign in to comment.