Skip to content

Commit 8b0388c

Browse files
committed
Fix linting
1 parent bb6a7cf commit 8b0388c

File tree

1 file changed

+0
-2
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/MethodEndpoint

1 file changed

+0
-2
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/MethodEndpoint/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ export interface Props {
3939
}
4040

4141
function MethodEndpoint({ method, path, context }: Props) {
42-
const server = useTypedSelector((state: any) => state);
43-
4442
let serverValue = useTypedSelector((state: any) => state.server.value);
4543
let serverUrlWithVariables = "";
4644

0 commit comments

Comments
 (0)