mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-05 18:26:40 +00:00
fix lint issue
This commit is contained in:
@@ -70,4 +70,4 @@ export const proxyToRemote = async (
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
@@ -109,7 +109,7 @@ export async function getConfig(
|
|||||||
...req.body,
|
...req.body,
|
||||||
endpoint: exitNode[0].endpoint,
|
endpoint: exitNode[0].endpoint,
|
||||||
listenPort: exitNode[0].listenPort
|
listenPort: exitNode[0].listenPort
|
||||||
}
|
};
|
||||||
return proxyToRemote(req, res, next, "hybrid/gerbil/get-config");
|
return proxyToRemote(req, res, next, "hybrid/gerbil/get-config");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user