mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-24 15:58:36 +00:00
Use if-not instead of (if (not))
This commit is contained in:
parent
b566c08f40
commit
e0c816859f
@ -22,7 +22,7 @@
|
||||
[handler]
|
||||
(fn pure-handler
|
||||
[app-db event-vec]
|
||||
(if (not (satisfies? IReactiveAtom app-db))
|
||||
(if-not (satisfies? IReactiveAtom app-db)
|
||||
(do
|
||||
(if (map? app-db)
|
||||
(warn "re-frame: Looks like \"pure\" is in the middleware pipeline twice. Ignoring.")
|
||||
|
Loading…
x
Reference in New Issue
Block a user