This commit is contained in:
Lemuel Marquez
2021-05-19 01:29:05 -05:00
parent 4f128d23b6
commit cf4e6b04e3
+1 -1
View File
@@ -13,7 +13,7 @@ const obtenerAlumno = (numeroCuenta) => {
return pool
.getConnection()
.then((conn) => {
conn
return conn
.query(`CALL busca_alumno_pcpuma('${numeroCuenta}')`)
.then((rows) => {
conn.end();