This commit is contained in:
2022-08-12 19:00:43 -05:00
+1 -1
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.',
);