Skip to content

Commit

Permalink
Fix code smell
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermoap committed Sep 29, 2023
1 parent 66fcc3e commit 60cac62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/support/devise_token_auth_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

module DeviseTokenAuth
module TokenFactory
# :reek:UnusedParameters
def self.create(client: nil, lifespan: nil, cost: nil)
obj_client = 'abcdefghijklmnopqrstuv'
obj_token = '123456789A123456789012'
Expand Down

0 comments on commit 60cac62

Please sign in to comment.