Skip to content

Commit bcc58bf

Browse files
jsonbaileyclaude
andcommitted
refactor: Reorder tracker initialize params to match js-core spec
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 417e336 commit bcc58bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/server/ai/ai_config_tracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class AIConfigTracker
5757
# @param provider_name [String] The name of the AI provider
5858
# @param context [LDContext] The context used for the flag evaluation
5959
#
60-
def initialize(ld_client:, variation_key:, config_key:, version:, model_name:, provider_name:, context:, run_id:)
60+
def initialize(ld_client:, run_id:, config_key:, variation_key:, version:, model_name:, provider_name:, context:)
6161
@ld_client = ld_client
6262
@variation_key = variation_key
6363
@config_key = config_key

0 commit comments

Comments
 (0)