this doesn't need to be public
This commit is contained in:
parent
72e7593faf
commit
cc6210c6f4
|
@ -37,7 +37,7 @@
|
|||
pebble-fn# (make-function f#)]
|
||||
(.put (.getFunctions @engine) ~fn-name pebble-fn#)))
|
||||
|
||||
(defn prepare-context-map [context]
|
||||
(defn- prepare-context-map [context]
|
||||
(if context
|
||||
(stringify-keys context)
|
||||
{}))
|
||||
|
|
Loading…
Reference in a new issue