Skip to content

Commit 6852df6

Browse files
bigmontzrobsdedude
andauthored
Apply suggestions from code review
Co-authored-by: Robsdedude <dev@rouvenbauer.de>
1 parent 3d68810 commit 6852df6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/testkit-backend/src/cypher-native-binders.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export default function CypherNativeBinders (neo4j) {
33
function valueResponse (name, value) {
44
return { name: name, data: { value: value } }
55
}
6-
76
function objectToCypher (obj) {
87
return objectMapper(obj, nativeToCypher)
98
}

0 commit comments

Comments
 (0)