Skip to content

Commit

Permalink
Fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
keelerm84 committed Mar 29, 2024
1 parent dd43ebd commit 9353a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ldclient-rb/ldclient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def initialized?
#
def variation(key, context, default)
context = Impl::Context::make_context(context)
result = evaluate_with_hooks(key, context, default, :variation_detail) do
result = evaluate_with_hooks(key, context, default, :variation) do
detail, _, _ = variation_with_flag(key, context, default)
LaunchDarkly::Impl::EvaluationWithHookResult.new(detail)
end
Expand Down

0 comments on commit 9353a35

Please sign in to comment.