0
0
Fork 0

Autofix Rubocop Style/RedundantArgument (#23798)

This commit is contained in:
Nick Schonning 2023-03-15 21:34:00 -04:00 committed by GitHub
parent 0566c81a0c
commit 25d36b6edd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 14 deletions

View file

@ -138,7 +138,7 @@ module SignatureVerification
end
def signed_headers
signature_params.fetch('headers', signature_algorithm == 'hs2019' ? '(created)' : 'date').downcase.split(' ')
signature_params.fetch('headers', signature_algorithm == 'hs2019' ? '(created)' : 'date').downcase.split
end
def verify_signature_strength!