Validaciones y correcciones

This commit is contained in:
Andres2908
2022-02-28 23:32:02 -06:00
parent a00e938335
commit 50edc93b0c
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
const moment = require('moment');
const { convertArrayToCSV } = require('convert-array-to-csv');
const { Op, where } = require('sequelize');
const { Op } = require('sequelize');
const helperPath = '../../helper';
const helper = require(`${helperPath}/helper`);
const validar = require(`${helperPath}/validar`);
-1
View File
@@ -1,4 +1,3 @@
// const validar = require('../../../helper/validar');
const dbPath = '../../db/tablas';
const Usuario = require(`${dbPath}/Usuario`);
const Inscripcion = require(`${dbPath}/Inscripcion`);