Skip to content

Commit cb1cf64

Browse files
Merge branch 'master' of github.com:docusign/code-examples-ruby-private
2 parents 05f4de7 + 1f455a3 commit cb1cf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/monitor_api/eg002_post_web_query_service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def worker
2121
@response = monitor_api.post_web_query(args[:data_set_name], args[:version], get_query)
2222

2323
# step 3 end
24-
24+
2525
Rails.logger.info "Responses for loops are displayed here. Only the final loop is displayed on the response page"
2626
Rails.logger.info @response.inspect
2727

@@ -45,7 +45,7 @@ def get_query
4545
"aggregations": [
4646
{
4747
"aggregationName": "Raw",
48-
"limit": "1",
48+
"limit": "100",
4949
"orderby": [
5050
"Timestamp, desc"
5151
]

0 commit comments

Comments
 (0)