diff --git a/shadow-cljs.edn b/shadow-cljs.edn index a581fd1..61b9930 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -8,10 +8,10 @@ [[orchestra "2019.02.06-1"]] :dev-http {8080 "public"} :builds - {:test - {:target :node-test - :output-to "out/node-tests.js" - :autorun true} - :frontend - {:target :browser - :modules {:main {:init-fn dda.masto-embed.app/init}}}}} + {:test {:target :node-test + :output-to "out/node-tests.js" + :autorun true} + :frontend {:target :browser + :modules {:main {:init-fn dda.masto-embed.app/init}}}}} + + diff --git a/src/main/dda/masto_embed/api.cljs b/src/main/dda/masto_embed/api.cljs index d98f8e8..d1548bd 100644 --- a/src/main/dda/masto_embed/api.cljs +++ b/src/main/dda/masto_embed/api.cljs @@ -51,7 +51,7 @@ (exit-with-error error) (callback response))))) -(defn-spec get-directory any? +(defn-spec get-directory-old any? [host-url ::host-url callback fn?] (.then (.get (mastodon-client host-url) @@ -60,7 +60,7 @@ #(let [response (-> % .-data js->edn)] (callback response)))) -(defn-spec get-directory2 any? +(defn-spec get-directory any? [host-url ::host-url] (go (let [result (