Skip to content

Commit

Permalink
Merge pull request #673 from bitzesty/fix-typo-050324
Browse files Browse the repository at this point in the history
fix typo in devise helper method name
  • Loading branch information
dreamfall authored Mar 5, 2024
2 parents 1ae0c05 + ae52627 commit b4ab3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/form/support_letters_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def new

def destroy
# safeguard for the case when not a user tries to delete a letter
return if current_assessor || current_leutenant
return if current_assessor || current_lieutenant

if @support_letter.destroy
remove_support_letter_from_document!
Expand Down

0 comments on commit b4ab3db

Please sign in to comment.