Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Feb 19, 2025
1 parent 194e975 commit 42f2f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/jobs/measurements_job.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def perform(bus_provider = RabbitmqBus, config_provider = CONFIG)
subscription_measurements
beta_features_measurements

bus_provider.send_to_bus('metrics', "token_workflow #{measurement_to_fields(token_workflow_measurements)}")
bus_provider.send_to_bus('metrics', "token_workflow #{measurements_to_fields(token_workflow_measurements)}")
end

private
Expand Down

0 comments on commit 42f2f85

Please sign in to comment.