Merge branch 'caballero' into dev

This commit is contained in:
2020-11-17 17:06:18 -06:00
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const procesador = async(req, res) => {
// });
await sequelize.query(`
SELECT DISTINCT procesador prodis
SELECT DISTINCT procesador procesa
FROM equipo`, { type: QueryTypes.SELECT })
.then(procesador => {
return res.json({
Binary file not shown.