We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 715cdc2 commit 2eb6a7eCopy full SHA for 2eb6a7e
1 file changed
src/practitest_firecracker/query_dsl.cljc
@@ -92,7 +92,7 @@
92
args (map (partial eval-query entity-hash) args)]
93
(parse-methods op args query))
94
#?(:cljs (cond
95
- (= '?field query) entity-hash
+ (= '?field query) "entity-hash"
96
(string/starts-with? (str query) "?") (throw
97
(ex-info (str "Syntax error: unsupported variable " query)
98
{:query query}))
0 commit comments