Fix of status-im.models.network/action-handler to make tests pass again

Signed-off-by: Aleksandr Pantiukhov <alwxndr@gmail.com>
This commit is contained in:
Aleksandr Pantiukhov 2018-09-05 16:02:20 +02:00
parent b283ffe4af
commit e03e6a5fc1
No known key found for this signature in database
GPG Key ID: 153E4F21734042F5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
(defn- action-handler
([handler]
(handler nil nil))
(action-handler handler nil nil))
([handler data cofx]
(when handler
(handler data cofx))))