Solo falta definir el mensaje y los 15 min extras
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
const Infraccion = require('../../db/tablas/Infraccion');
|
||||
const { Op } = require('sequelize');
|
||||
|
||||
const get = async () => Infraccion.findAll();
|
||||
const get = async () =>
|
||||
Infraccion.findAll({ where: { idInfraccion: { [Op.ne]: 1 } } });
|
||||
|
||||
module.exports = get;
|
||||
|
||||
Reference in New Issue
Block a user