Skip to content

Commit

Permalink
Rename _params to _options in Token
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Marcoux committed Apr 26, 2021
1 parent 373b48a commit e046fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/models/token.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def self.token_type(action)
end
end

def call(_params)
def call(_options)
raise AbstractMethodCalled
end

Expand Down

0 comments on commit e046fcb

Please sign in to comment.