cleanup
This commit is contained in:
parent
7632de08cf
commit
923b2af648
|
@ -48,7 +48,6 @@
|
||||||
|
|
||||||
(defn command-preview
|
(defn command-preview
|
||||||
[db [chat-id {:keys [result]}]]
|
[db [chat-id {:keys [result]}]]
|
||||||
(println :wuuut)
|
|
||||||
(if result
|
(if result
|
||||||
(let [path [:chats chat-id :staged-commands]
|
(let [path [:chats chat-id :staged-commands]
|
||||||
commands-cnt (count (get-in db path))]
|
commands-cnt (count (get-in db path))]
|
||||||
|
|
Loading…
Reference in New Issue