Skip to content

Commit

Permalink
rename LD variation
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesb committed Mar 16, 2023
1 parent bf31f8b commit 95e9733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/concerns/privacy_pass_supportable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ def delete_privacy_pass_token_redemption

def privacy_pass_enabled?
ld_context = LaunchDarkly::LDContext.with_key(self.class.name)
Rails.configuration.launch_darkly_client.variation("privacy_pass.enabled", ld_context, false)
Rails.configuration.launch_darkly_client.variation("gemcutter.privacy_pass.enabled", ld_context, false)
end
end

0 comments on commit 95e9733

Please sign in to comment.