Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fumimowdan committed Oct 11, 2023
1 parent b447b74 commit 042c6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/application_progress.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ApplicationProgress < ApplicationRecord
standing_data_checks_failed: 5,
no_longer_in_post: 6,
request_to_re_submit: 7,
unable_complete_school_checks: 8,
school_checks_unverifiable: 8,
}

before_save -> { self.status = StatusQuery.new(self).current_status }
Expand Down

0 comments on commit 042c6d7

Please sign in to comment.