modificaciones sobre .env

This commit is contained in:
2025-10-22 13:44:11 -06:00
parent f06decdc43
commit 4427804865
4 changed files with 17 additions and 20 deletions
-4
View File
@@ -90,10 +90,6 @@ export class ProgramaService {
fecha_recibido: new Date(),
};
if (!process.env.TOKEN_GMAIL) {
throw new Error('No existe el token');
}
try {
responsable = await this.usuarioRepo.save(responsable);