Skip to content

Commit

Permalink
address comment in app/models/concerns/upstream_only_settings.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Shimon Shtein <[email protected]>
  • Loading branch information
jeremylenz and ShimShtein authored Oct 1, 2024
1 parent d029292 commit 4176408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/upstream_only_settings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class UpstreamOnlySettings
].freeze

def self.include?(key)
new.include?
new.include?(key)
def include?(key)
SETTINGS.include?(key.to_s)
end
Expand Down

0 comments on commit 4176408

Please sign in to comment.