Skip to content

Commit 78c2970

Browse files
committed
Fix rebase issues
1 parent 302d43d commit 78c2970

File tree

4 files changed

+312
-6
lines changed

4 files changed

+312
-6
lines changed

packages/bolt-connection/src/bolt/bolt-protocol-v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default class BoltProtocol {
236236

237237
// TODO: Verify the Neo4j version in the message
238238
const error = newError(
239-
'Driver is connected to a database that does not support login. ' +
239+
'Driver is connected to a database that does not support logon. ' +
240240
'Please upgrade to Neo4j 5.5.0 or later in order to use this functionality.'
241241
)
242242

packages/neo4j-driver-deno/lib/bolt-connection/bolt/bolt-protocol-v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ export default class BoltProtocol {
236236

237237
// TODO: Verify the Neo4j version in the message
238238
const error = newError(
239-
'Driver is connected to a database that does not support login. ' +
239+
'Driver is connected to a database that does not support logon. ' +
240240
'Please upgrade to Neo4j 5.5.0 or later in order to use this functionality.'
241241
)
242242

0 commit comments

Comments
 (0)