File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module.exports = {
56
56
57
57
58
58
fn : function releaseConnection ( inputs , exits ) {
59
- var validateConnection = require ( '../helpers /validate-connection' ) ;
59
+ var validateConnection = require ( './private /validate-connection' ) ;
60
60
61
61
// Validate provided connection.
62
62
if ( ! validateConnection ( { connection : inputs . connection } ) . execSync ( ) ) {
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ module.exports = {
91
91
92
92
93
93
fn : function sendNativeQuery ( inputs , exits ) {
94
- var validateConnection = require ( '../helpers /validate-connection' ) ;
94
+ var validateConnection = require ( './private /validate-connection' ) ;
95
95
96
96
// Validate provided connection.
97
97
if ( ! validateConnection ( { connection : inputs . connection } ) . execSync ( ) ) {
You can’t perform that action at this time.
0 commit comments