cleanup diffs
This commit is contained in:
@@ -58,9 +58,6 @@ import ToolsTab from "./components/ToolsTab";
|
|||||||
|
|
||||||
type ServerCapabilities = z.infer<typeof ServerCapabilitiesSchema>;
|
type ServerCapabilities = z.infer<typeof ServerCapabilitiesSchema>;
|
||||||
|
|
||||||
// PLACEHOLDER: imports and other type definitions
|
|
||||||
|
|
||||||
|
|
||||||
const DEFAULT_REQUEST_TIMEOUT_MSEC = 10000;
|
const DEFAULT_REQUEST_TIMEOUT_MSEC = 10000;
|
||||||
|
|
||||||
const params = new URLSearchParams(window.location.search);
|
const params = new URLSearchParams(window.location.search);
|
||||||
@@ -224,8 +221,6 @@ const App = () => {
|
|||||||
rootsRef.current = roots;
|
rootsRef.current = roots;
|
||||||
}, [roots]);
|
}, [roots]);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const pushHistory = (request: object, response?: object) => {
|
const pushHistory = (request: object, response?: object) => {
|
||||||
setRequestHistory((prev) => [
|
setRequestHistory((prev) => [
|
||||||
...prev,
|
...prev,
|
||||||
|
|||||||
Reference in New Issue
Block a user