[#3694] Ignore mixpanel/track http error when offline

Signed-off-by: Goran Jovic <goranjovic@gmail.com>
This commit is contained in:
Dmitry Novotochinov 2018-03-27 19:12:26 +03:00 committed by Goran Jovic
parent 49a53645fb
commit e34b187b85
No known key found for this signature in database
GPG Key ID: A778DE3CD7D2D10D
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
props)})))
(defn track [id label props]
(http/get (build-url id label props)))
(http/get (build-url id label props) nil identity))
;; Mixpanel events definition