se hizo la funcion diaria

This commit is contained in:
2026-01-13 15:05:46 -06:00
parent 672f3579ac
commit 7b6b29b75f
+1 -1
View File
@@ -1555,7 +1555,7 @@ export class ServicioService {
},
});
}
@Cron('0 */1 * * *')
@Cron('*/5 * * * *')
async diario(): Promise<string> {
const now = moment();
let mensaje = '';