Skip to content

Commit

Permalink
UDCSL #175 - Adding headers to load_resource method (accidentally rem…
Browse files Browse the repository at this point in the history
…oved during merge)
  • Loading branch information
dleadbetter committed Feb 27, 2023
1 parent 9e0ff3f commit 5975286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/triple_eye_effable/cloud.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def load_resource(resourceable)
return if resourceable.resource_description.nil?

resource_description = resourceable.resource_description
response = self.class.get("#{base_url}/#{resource_description.resource_id}")
response = self.class.get("#{base_url}/#{resource_description.resource_id}", headers: headers)

resource_id, data = parse_response(response)
populate_description resource_description, data unless data.nil?
Expand Down

0 comments on commit 5975286

Please sign in to comment.