Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Dec 12, 2024
1 parent 013b5a9 commit 6b0174e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/ApiReference/Response.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ const Response: React.FC<{ response: any; index: number }> = ({
).map(([key, value]) => ({
name: key,
value,
required:
content?.schema?.required?.includes(
key
)
required: content?.schema?.required?.includes(key)
}))

return (
Expand Down

0 comments on commit 6b0174e

Please sign in to comment.