poesty 1 anno fa
parent
commit
e64988dc9e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/backend/tubo/downloader_impl.clj

+ 1 - 0
src/backend/tubo/downloader_impl.clj

@@ -68,6 +68,7 @@
                  (.message response)
                  (.. response (headers) (toMultimap))
                  response-body-to-return
+                 (.body response)
                  latest-url))))
 
 (comment (compile 'tubo.downloader-impl))