historial y activos perfecionado

This commit is contained in:
xXpuma99Xx
2022-02-13 19:10:21 -06:00
parent 8429cd74e3
commit e285fe893d
11 changed files with 34 additions and 36 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
const { Op } = require('sequelize');
const Status = require('../../db/tablas/Status');
const get = async () => Status.findAll({ where: { idStatus: { [Op.gt]: 3 } } });
const get = async () => Status.findAll();
module.exports = get;