Skip to content

Commit aebdc46

Browse files
Merge branch 'master' into os-added-more-examples-yellowpages
2 parents 86074de + 43a2500 commit aebdc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/outscraper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def company_website_finder(query, fields: '', async_request: false)
337337
async: async_request
338338
}).parsed_response['data']
339339
end
340-
340+
341341
def yellowpages_search(query, location: 'New York, NY', limit: 100, region: nil, enrichment: [], fields: '', async_request: false, ui: nil, webhook: nil)
342342
enrichment_array = enrichment.is_a?(Array) ? enrichment : [enrichment]
343343
response = self.class.get('/yellowpages-search', query: {

0 commit comments

Comments
 (0)