just use def instead of defn
This commit is contained in:
parent
ca2c7f0520
commit
052b0746f8
1 changed files with 1 additions and 3 deletions
|
|
@ -156,6 +156,4 @@
|
||||||
:ipv6 (.getEnableIpv6 network)
|
:ipv6 (.getEnableIpv6 network)
|
||||||
:driver (.getDriver network)}))))
|
:driver (.getDriver network)}))))
|
||||||
|
|
||||||
(defn ^:deprecated init-network
|
(def ^:deprecated init-network create-network)
|
||||||
[& args]
|
|
||||||
(apply create-network args))
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue