Skip to content

Commit

Permalink
remove extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ramyadmz committed Nov 13, 2024
1 parent 0157515 commit 9ee3a4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ end

## verified that discovered is the only one we need. pagination is not available for this call
script "js_get_business_units", type: "javascript" do
parameters "access_token", "turbonomic_endpoint", "param_provider",
parameters "access_token", "turbonomic_endpoint", "param_provider"
result "request"
code <<-EOS
var providers = {
Expand Down

0 comments on commit 9ee3a4c

Please sign in to comment.