Cleanup account_mode
This commit is contained in:
parent
0a83f43921
commit
c78a4dfdbe
1 changed files with 1 additions and 3 deletions
|
@ -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…
Reference in a new issue