Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Apr 2, 2022
1 parent 79b5582 commit c0228a0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/src/components/ApiRequest/index.tsx
Expand Up @@ -24,9 +24,6 @@ type Props = {
title?: string
}

type PropsWithoutPayload = Omit<Props, 'payload'>


const Component: React.FC<Props> = ({ verb, payload, url, title }) => {
const verbUpper = verb?.toUpperCase() || '';
const prettyPayload = JSON.stringify(payload, null, indentation);
Expand Down

0 comments on commit c0228a0

Please sign in to comment.