Skip to content

Commit 4fc4afd

Browse files
author
Tom ten Thij
committed
Pass additional query options along
1 parent dae5659 commit 4fc4afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/guardian-content/content.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def self.collate_results_from_response(response)
115115
end
116116

117117
def self.response_for_id_find(id, options)
118-
query = {}
118+
query = options
119119
query["show-fields"] = "all"
120120
query["show-tags"] = "all"
121121
query[:format] = "json"

0 commit comments

Comments
 (0)