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