Skip to content
Snippets Groups Projects
Commit 333d83bf authored by Cam Saül's avatar Cam Saül
Browse files

Fix wrong arg count :cry:

parent 97ba51d6
Branches
Tags
No related merge requests found
......@@ -187,7 +187,7 @@
(defn- post-process-native
([^QueryResponse response]
(post-process-native response query-default-timeout-seconds))
([^QueryResponse response, ^Integer timeout-seconds, should-retry?]
([^QueryResponse response, ^Integer timeout-seconds]
(if-not (.getJobComplete response)
;; 99% of the time by the time this is called `.getJobComplete` will return `true`. On the off chance it doesn't, wait a few seconds for the job to finish.
(do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment