Remove obsolete argument
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -3,7 +3,6 @@ class CreateAccount < ApplicationService
|
||||
@username = args[:username]
|
||||
@email = args[:email]
|
||||
@password = args[:password]
|
||||
@invited_by_id = args[:invited_by_id]
|
||||
end
|
||||
|
||||
def call
|
||||
|
||||
Reference in New Issue
Block a user