Skip to content

Commit

Permalink
feat: rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
brunomiguelpinto committed Sep 10, 2024
1 parent 3663054 commit f7782b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lago/api/resources/customer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def past_usage(external_customer_id, external_subscription_id, options = {})
)

connection.get_all(
options.merge(external_subscription_id:),
options.merge(external_subscription_id: external_subscription_id),
uri,
)
end
Expand Down

0 comments on commit f7782b8

Please sign in to comment.