terminada v2
This commit is contained in:
@@ -5,7 +5,6 @@ const { validarNumeroEntero } = require('../../helper/validar');
|
||||
const ProfesorPremiacion = require('../../db/tablas/profesorPremiacion');
|
||||
|
||||
const cargaMasiva = async (file, body) => {
|
||||
console.log(body)
|
||||
const idPremiacion = validarNumeroEntero(body.idPremiacion);
|
||||
const path = `server/uploads/${file}`;
|
||||
let res = [];
|
||||
|
||||
Reference in New Issue
Block a user