Skip to content

Commit

Permalink
Commented out user_invite.create in process_invite method to allow te…
Browse files Browse the repository at this point in the history
…sting of just the new notification
  • Loading branch information
ekumachidi committed Mar 15, 2024
1 parent 1ef5d73 commit 8015983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/schools/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def user_params
end

def process_invite
@user_invite.create
# @user_invite.create
send_user_invite_email
end

Expand Down

0 comments on commit 8015983

Please sign in to comment.