Skip to content

Commit

Permalink
Update engine.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
digitaltom authored Aug 28, 2024
1 parent a37dc32 commit a740987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scc_proxy/lib/scc_proxy/engine.rb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_instance_id(params)
nil,
nil,
nil,
params['hwinfo']['instance_data']
params['instance_data']
)
instance_id_key = INSTANCE_ID_KEYS[params['hwinfo']&.fetch('cloud_provider', nil)&.downcase&.to_sym] || 'example_id'
iid = verification_provider.parse_instance_data
Expand Down

0 comments on commit a740987

Please sign in to comment.