This commit is contained in:
2021-07-15 21:42:34 -05:00
parent cc8bbcf492
commit 3d3b2836ca
+1 -1
View File
@@ -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,