Skip to content

Commit

Permalink
fixed a bug with Appliance ID copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mdorf committed Mar 5, 2025
1 parent 402c0c9 commit a202933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/admin_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def update_info(render_response = true)
response[:errors] = update_info['error']
response[:update_info] = update_info
else
@update_info = update_info
@update_info = update_info.symbolize_keys
response[:update_info] = update_info
response[:notices] = update_info['notes'] if update_info['notes']
response[:success] = 'Update info successfully retrieved'
Expand Down

0 comments on commit a202933

Please sign in to comment.