add "type" to hint maps
This commit is contained in:
parent
eddcfa0929
commit
e2dc232392
|
@ -300,8 +300,8 @@
|
|||
|
||||
(defn hint
|
||||
"Create a hint."
|
||||
[namespace hint]
|
||||
{:namespace namespace :hint hint})
|
||||
[namespace hint type]
|
||||
{:namespace namespace :hint hint :type type})
|
||||
|
||||
(defn add-hint!
|
||||
"Add a hint to the system."
|
||||
|
|
Loading…
Reference in a new issue