terminada v2

This commit is contained in:
2022-05-17 20:57:26 -05:00
parent b03c77658a
commit 75fe6858de
3 changed files with 5 additions and 4 deletions
@@ -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 = [];