Skip to content

Commit

Permalink
Update app/controllers/verifications_controller.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Truskinger <[email protected]>
  • Loading branch information
andrew-1234 and atruskie authored Feb 6, 2025
1 parent 18c9662 commit 4988a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/verifications_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def filter

def verification_params
params.require(:verification).permit(
:confirmed, :audio_event_id, :tag_id, :creator_id, :updater_id
:confirmed, :audio_event_id, :tag_id
)
end
end

0 comments on commit 4988a3d

Please sign in to comment.