diff --git a/lib/trailblazer/operation/class_dependencies.rb b/lib/trailblazer/operation/class_dependencies.rb index 6d7d486..8041a1d 100644 --- a/lib/trailblazer/operation/class_dependencies.rb +++ b/lib/trailblazer/operation/class_dependencies.rb @@ -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)