Cleanup account_mode

master
bom 1 month ago
parent 0a83f43921
commit c78a4dfdbe

@ -15,7 +15,7 @@
; limitations under the License.
(ns dda.masto-embed.account-mode
(:require
[cljs.core.async :refer [go close! put! take! timeout chan <! >!]]
[cljs.core.async :refer [go chan <! >!]]
[cljs.core.async.interop :refer-macros [<p!]]
[hiccups.runtime :refer [render-html]]
[cljs-time.format :as t]
@ -122,8 +122,6 @@
first)))
out))
; (infra/debug)
(defn account-mode [host-url account-name]
(go
(let [account-id (<! (find-account-id host-url account-name))

Loading…
Cancel
Save