We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afdaf30 commit 21a84f5Copy full SHA for 21a84f5
modules/mobileApp/routes/agendas.ts
@@ -35,6 +35,8 @@ router.get('/agendasDisponibles', async (req: any, res, next) => {
35
matchAgendas['bloques.restantesProgramados'] = { $gt: 0 };
36
matchAgendas['estado'] = 'publicada';
37
matchAgendas['dinamica'] = false;
38
+ matchAgendas['bloques.turnos.estado'] = { $ne: 'suspendido' };
39
+
40
if (reglas) {
41
matchAgendas['$or'] = [
42
{
0 commit comments