diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/tau/downloader_impl.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tau/downloader_impl.clj b/src/backend/tau/downloader_impl.clj index 8a62821..7083973 100644 --- a/src/backend/tau/downloader_impl.clj +++ b/src/backend/tau/downloader_impl.clj @@ -29,7 +29,7 @@ (reset! instance (tau.DownloaderImpl. builder)))) (defn -getInstance [] - (if @instance @instance (-init))) + (or @instance (-init))) (defn -execute [this request] (let [http-method (.httpMethod request) |