chore: cleanup

This commit is contained in:
karishmas6
2024-10-26 05:38:15 +05:30
parent fd783c299d
commit f1f7777d2f

View File

@@ -88,7 +88,6 @@ const ProxyForm: React.FC = () => {
setTabIndex(newValue);
};
// test proxy config
const testProxy = async () => {
await testProxyConfig().then((response) => {
if (response.success) {
@@ -99,7 +98,6 @@ const ProxyForm: React.FC = () => {
});
};
// get proxy config
const fetchProxyConfig = async () => {
await getProxyConfig().then((response) => {
if (response.proxy_url) {