Skip to content

Commit

Permalink
Merge pull request #19 from zalando/natalyapeixoto-patch-1
Browse files Browse the repository at this point in the history
Update APILinter.tsx
  • Loading branch information
Tronje Krop authored Jul 20, 2022
2 parents a2ccbc5 + b688f7d commit 25562f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/APILinter/APILinter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export const APILinter: React.FC<APILinterProps> = ({
.getApiViolations(url)
.catch((err) => {
setError(err.message);
setSchemaInput("");
setLoading(false);
})
.then((res) => {
Expand Down

0 comments on commit 25562f2

Please sign in to comment.