Skip to content

Commit

Permalink
Fix to Action Resource Group Handler
Browse files Browse the repository at this point in the history
  • Loading branch information
NellsRelo committed Jan 9, 2024
1 parent 1ba06bb commit b449a4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function ParseAndSubmitActionResourceGroups(data, modGuid)

for action, payload in pairs(payloads) do
if payload ~= nil then
JsonUtils.Endpoints[action].List({ payload })
JsonUtils.Endpoints[action].ActionResourceGroup ({ payload })
end
end
end
Expand Down

0 comments on commit b449a4b

Please sign in to comment.