Skip to content

Commit 1575c09

Browse files
neo4j-oss-buildSandbox 🤖
and
Sandbox 🤖
authored
Triggered by direct commit. Origin: neo4j-contrib/sandbox-code-updater@b70d089 (#16)
Co-authored-by: Sandbox 🤖 <[email protected]>
1 parent 9243707 commit 1575c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/javascript/example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const neo4j = require('neo4j-driver');
44
const driver = neo4j.driver('neo4j://<HOST>:<BOLTPORT>',
55
neo4j.auth.basic('<USERNAME>', '<PASSWORD>'),
6-
{/* encrypted: 'ENCRYPTION_OFF' */});
6+
{});
77

88
const query =
99
`

0 commit comments

Comments
 (0)