Skip to content

Commit

Permalink
revert president app unintentional change
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Apr 29, 2024
1 parent 4167d16 commit eeda34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/apps/president_vote_app/application_form.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Apps
module PresidentVoteApp
class ApplicationForm
FIRST_ROUND_DATE = Date.parse('2024-06-23')
FIRST_ROUND_DATE = Date.parse('2024-03-23')
FIRST_ROUND_REQUEST_SENDING_DEADLINE = FIRST_ROUND_DATE - 19.day
SECOND_ROUND_REQUEST_SENDING_DEADLINE = FIRST_ROUND_DATE - 9.day

Expand Down

0 comments on commit eeda34e

Please sign in to comment.