We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b46868b commit fc11d28Copy full SHA for fc11d28
lib/hooks/plugins/auth/base.rb
@@ -58,7 +58,7 @@ def self.fetch_secret(config, secret_env_key_name: :secret_env_key)
58
#
59
# @return [TimestampValidator] Singleton timestamp validator instance
60
def self.timestamp_validator
61
- @timestamp_validator ||= TimestampValidator.new
+ TimestampValidator.new
62
end
63
64
# Find a header value by name with case-insensitive matching
0 commit comments