Skip to content

Commit

Permalink
commented line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryakrishna committed Nov 16, 2020
1 parent 2dad254 commit c0a7b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connectors/mysql.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ pool.getConnection(function (err, connection) {
}
});

//const pomisePool = pool.promise();
const query = util.promisify(pool.query).bind(pool);

export default { query };

0 comments on commit c0a7b2c

Please sign in to comment.