This commit is contained in:
lemuel 2022-08-12 19:00:43 -05:00
commit cf714b928d

View File

@ -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.',
); );