error 50
This commit is contained in:
@@ -25,7 +25,7 @@ const get = async (body) => {
|
||||
where: { idHorario: res[i].Horario.idHorario },
|
||||
}).then((res) => res.length);
|
||||
|
||||
if (lugaresOcupados <= 50)
|
||||
if (lugaresOcupados < 50)
|
||||
data.push({
|
||||
idHorario: res[i].Horario.idHorario,
|
||||
horario: res[i].Horario.horario,
|
||||
|
||||
Reference in New Issue
Block a user