From a841c63c39013ce391d37e98f4e69352a416eb5f Mon Sep 17 00:00:00 2001 From: Juanjo Ortilles Date: Sun, 3 Dec 2023 21:51:07 +0100 Subject: [PATCH] estetica --- .../lib/services/connection/db-systems/mysql-connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eda/eda_api/lib/services/connection/db-systems/mysql-connection.ts b/eda/eda_api/lib/services/connection/db-systems/mysql-connection.ts index ad567a16..a83cb30a 100644 --- a/eda/eda_api/lib/services/connection/db-systems/mysql-connection.ts +++ b/eda/eda_api/lib/services/connection/db-systems/mysql-connection.ts @@ -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 = {