historial y activos perfecionado
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user