Former-commit-id: 923b2af64859a25d279877c672f3bc99d694710c
This commit is contained in:
Roman Volosovskyi 2016-06-25 16:38:24 +03:00
parent 771f046e96
commit 4b33910c80

View File

@ -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))]