ya no se mandan correos

This commit is contained in:
2026-01-14 18:14:32 -06:00
parent 688e13b30c
commit c9cd073101
+1 -6
View File
@@ -1650,11 +1650,6 @@ export class ServicioService {
}
// ===== Reporte =====
await this.gmailService.enviarCorreo({
subject: 'Reporte función diario',
to: 'dscad@acatlan.unam.mx',
text: mensaje || 'Sin movimientos',
fecha_recibido: new Date(),
});
console.log("se realizo carga masiva")
}
}