mirror of
https://github.com/status-im/status-react.git
synced 2025-01-24 18:00:45 +00:00
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:
parent
b283ffe4af
commit
e03e6a5fc1
@ -59,7 +59,7 @@
|
||||
|
||||
(defn- action-handler
|
||||
([handler]
|
||||
(handler nil nil))
|
||||
(action-handler handler nil nil))
|
||||
([handler data cofx]
|
||||
(when handler
|
||||
(handler data cofx))))
|
||||
|
Loading…
x
Reference in New Issue
Block a user