Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MelsHyrule committed Apr 19, 2022
1 parent 5a46212 commit e542fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/cloud_volumes_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def delete_resource_main_action(_type, cloud_volume, _data)

def options
if (id = params["id"])
send("render_update_resource_options", id)
render_update_resource_options(id)
elsif (ems_id = params["ems_id"])
render_create_resource_options(ems_id)
else
Expand Down

0 comments on commit e542fd9

Please sign in to comment.