Skip to content

Commit

Permalink
Fix partially defined operation timeout blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Sep 16, 2019
1 parent 5bd5938 commit 9bdea7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/async.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def validate
check :path, type: String, required: true
check :base_url, type: String
check :wait_ms, type: Integer, required: true
check :timeouts, type: Api::Timeouts

check :full_url, type: String

Expand Down

0 comments on commit 9bdea7c

Please sign in to comment.