Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Sep 27, 2023
1 parent bc824c9 commit 0c63517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/alerts_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def confirmed
user.confirm if user && !user.confirmed?
end

# TODO: We should leave this working until March 2023 to alllow people to still do things from old alert emails
# This is still being used to do one click unsubscribes from email alerts
sig { void }
def unsubscribe
@alert = Alert.find_by(confirm_id: params[:confirm_id])
Expand Down

0 comments on commit 0c63517

Please sign in to comment.