We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb6a7cf commit 8b0388cCopy full SHA for 8b0388c
packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/MethodEndpoint/index.tsx
@@ -39,8 +39,6 @@ export interface Props {
39
}
40
41
function MethodEndpoint({ method, path, context }: Props) {
42
- const server = useTypedSelector((state: any) => state);
43
-
44
let serverValue = useTypedSelector((state: any) => state.server.value);
45
let serverUrlWithVariables = "";
46
0 commit comments