Closed
Description
The syntax
:param { param1: ..., param2: ... }
is now deprecated, see neo4j/neo4j-browser#645. The solution is to drop the curly braces:
:param param1: ..., param2: ...
Metadata
Metadata
Assignees
Labels
No labels
The syntax
:param { param1: ..., param2: ... }
is now deprecated, see neo4j/neo4j-browser#645. The solution is to drop the curly braces:
:param param1: ..., param2: ...