From 4d500ae798e9d35275e3d208a2749c1feeb736d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandbox=20=F0=9F=A4=96?= Date: Mon, 29 Aug 2022 13:36:41 +0000 Subject: [PATCH] Triggered by direct commit. Origin: https://github.com/neo4j-contrib/sandbox-code-updater/commit/c6b2d9897d4374879beef9ed08a6bf71aaf59886 --- 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 17bf4b8..5d97fc7 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 = `