modificaciones sobre .env
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user