Skip to content

Commit

Permalink
fix user invitations via members view
Browse files Browse the repository at this point in the history
  • Loading branch information
machisuji authored and oliverguenther committed Feb 6, 2024
1 parent 9fa1fc6 commit 8f498e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/members_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def index
def create
overall_result = []

find_or_create_users(send_notification: false) do |member_params|
find_or_create_users(send_notification: true) do |member_params|
service_call = Members::CreateService
.new(user: current_user)
.call(member_params)
Expand Down

0 comments on commit 8f498e4

Please sign in to comment.