Skip to content

Commit

Permalink
add context kind
Browse files Browse the repository at this point in the history
  • Loading branch information
mercedesb committed Mar 16, 2023
1 parent 57ca208 commit 6b3c3b4
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 @@ -26,7 +26,7 @@ def delete_privacy_pass_token_redemption
end

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

0 comments on commit 6b3c3b4

Please sign in to comment.