Skip to content

Commit

Permalink
fix missing assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
7riumph committed Feb 14, 2025
1 parent 260803b commit 6ca5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/volunteers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def create

hash_of_short_urls = {0 => nil, 1 => nil}
if @volunteer.phone_number.present?
handle_short_url([invitation_url, request.base_url + "/users/edit"])
hash_of_short_urls = handle_short_url([invitation_url, request.base_url + "/users/edit"])
end

sms_status = deliver_sms_to @volunteer, account_activation_msg("volunteer", hash_of_short_urls)
Expand Down

0 comments on commit 6ca5e7f

Please sign in to comment.