Skip to content

Commit

Permalink
estetica
Browse files Browse the repository at this point in the history
  • Loading branch information
jortilles committed Dec 3, 2023
1 parent df31ca8 commit a841c63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class MysqlConnection extends AbstractConnection {
const existingPool = poolManager.getPool(this.config.database);

if (existingPool) {
console.log('same pool')
console.log('same pool');
this.pool = existingPool;
} else {
const mySqlConn: PoolOptions = {
Expand Down

0 comments on commit a841c63

Please sign in to comment.