fix lint issue

This commit is contained in:
Pallavi
2025-08-22 19:18:47 +05:30
parent 9557f755a5
commit fb1481c69c
2 changed files with 2 additions and 2 deletions

View File

@@ -70,4 +70,4 @@ export const proxyToRemote = async (
)
);
}
}
};

View File

@@ -109,7 +109,7 @@ export async function getConfig(
...req.body,
endpoint: exitNode[0].endpoint,
listenPort: exitNode[0].listenPort
}
};
return proxyToRemote(req, res, next, "hybrid/gerbil/get-config");
}