Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danidoni committed Feb 18, 2025
1 parent 20c5ac9 commit 182b34d
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
subscription_measurements
beta_features_measurements

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

private
Expand Down

0 comments on commit 182b34d

Please sign in to comment.