mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-04-07 00:15:23 +02:00
Update api/server/services/GraphApiService.js
Remove trailing whitespace Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
9a474d515a
commit
7669a8484e
1 changed files with 2 additions and 2 deletions
|
|
@ -45,12 +45,12 @@ const createGraphClient = async (accessToken, sub) => {
|
|||
// Add proxy support if configured
|
||||
if (process.env.PROXY) {
|
||||
fetchOptions.dispatcher = new ProxyAgent(process.env.PROXY);
|
||||
}
|
||||
}
|
||||
const graphClient = Client.init({
|
||||
authProvider: (done) => {
|
||||
done(null, exchangedToken);
|
||||
},
|
||||
fetchOptions,
|
||||
fetchOptions,
|
||||
});
|
||||
|
||||
return graphClient;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue