erge branch 'dev' of https://repositorio.acatlan.unam.mx/CIDWA/pcpuma_unam_api into pruebas
This commit is contained in:
commit
cf714b928d
@ -96,7 +96,7 @@ export class UsuarioService {
|
|||||||
|
|
||||||
return this.findByUsuario(usuario, false)
|
return this.findByUsuario(usuario, false)
|
||||||
.then(async (existeUsuario) => {
|
.then(async (existeUsuario) => {
|
||||||
if (!usuario)
|
if (!existeUsuario)
|
||||||
throw new ConflictException(
|
throw new ConflictException(
|
||||||
'Los datos que se ingrasaron no son correctos.',
|
'Los datos que se ingrasaron no son correctos.',
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user