From 4b23110d66aa4b80c6bacccc1256ed08ff8d0929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandbox=20=F0=9F=A4=96?= Date: Mon, 29 Aug 2022 13:38:11 +0000 Subject: [PATCH] Triggered by direct commit. Origin: https://github.com/neo4j-contrib/sandbox-code-updater/commit/b22bfdf7f9a555a3672cd4fd81cdedd5d10d578e --- code/javascript/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/javascript/example.js b/code/javascript/example.js index dab852b..ba347ed 100644 --- a/code/javascript/example.js +++ b/code/javascript/example.js @@ -3,7 +3,7 @@ const neo4j = require('neo4j-driver'); const driver = neo4j.driver('neo4j://:', neo4j.auth.basic('', ''), - {/* encrypted: 'ENCRYPTION_OFF' */}); + {}); const query = `