mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
fix: fixed ESLint errors in GraphApiService
This commit is contained in:
parent
d921cdb3af
commit
41a4a601bf
2 changed files with 6 additions and 7 deletions
|
|
@ -88,7 +88,7 @@ const exchangeTokenForGraphAccess = async (config, accessToken, sub) => {
|
|||
if (process.env.PROXY && process.env.PROXY.trim()) {
|
||||
const httpsAgent = new HttpsProxyAgent(process.env.PROXY);
|
||||
clientOptions[Symbol.for('openid-client.custom.fetch')] = (url, options = {}) => {
|
||||
return nodeFetch(url, { ...options, agent: httpsAgent });
|
||||
return nodeFetch(url, { ...options, agent: httpsAgent });
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue