This commit is contained in:
lemuel 2022-08-12 19:01:13 -05:00
commit 4d94e80d4e

View File

@ -96,7 +96,7 @@ export class UsuarioService {
return this.findByUsuario(usuario, false)
.then(async (existeUsuario) => {
if (!usuario)
if (!existeUsuario)
throw new ConflictException(
'Los datos que se ingrasaron no son correctos.',
);