Skip to content

Commit

Permalink
remove warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
apotonick committed Nov 15, 2023
1 parent 6877f35 commit 292a5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trailblazer/operation/class_dependencies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def options_for_public_call(options, flow_options)
end

private def context_for_fields(fields, (ctx, flow_options), **)
ctx_with_fields = Trailblazer::Context(fields, ctx, flow_options[:context_options]) # TODO: redundant to options_for_public_call.
_ctx_with_fields = Trailblazer::Context(fields, ctx, flow_options[:context_options]) # TODO: redundant to options_for_public_call.
end

def call_with_circuit_interface((ctx, flow_options), **circuit_options)
Expand Down

0 comments on commit 292a5ce

Please sign in to comment.