Skip to content

Commit ff9d041

Browse files
committed
fix
1 parent 111dec9 commit ff9d041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hooks/plugins/auth/shared_secret.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class SharedSecret < Base
5656
# headers: request.headers,
5757
# config: { auth: { header: 'Authorization' } }
5858
# )
59-
def self.valid?(_payload:, headers:, config:)
59+
def self.valid?(payload:, headers:, config:)
6060
secret = fetch_secret(config)
6161

6262
validator_config = build_config(config)

0 commit comments

Comments
 (0)