Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
JerrysShan committed Jan 16, 2024
1 parent 13a9f8a commit f03bc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialects/abstract/connection-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class ConnectionManager {
const _options = {};

_options.transaction = { connection }; // Cheat .query to use our private connection
_options.logging = () => { };
_options.logging = () => {};
_options.logging.__testLoggingFn = true;

//connection might have set databaseVersion value at initialization,
Expand Down

0 comments on commit f03bc5d

Please sign in to comment.