Skip to content

Commit

Permalink
Fixed UserProcessor call after merging devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mllocs committed Nov 4, 2020
1 parent 0c7aa40 commit 60d8dc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def create
enforce_permission_to :create, :authorization

@userslist = params[:userlist]
@processor = UserProcessor.new(current_organization, current_user)
@processor = UserProcessor.new(current_organization, current_user, session)
@processor.emails = parser_class.new(@userslist).to_h
@processor.authorization_handler = current_authorization_handler
@stats = UserStats.new(current_organization)
Expand Down

0 comments on commit 60d8dc4

Please sign in to comment.