Remove trailing spaces in GraphApiService.js

This commit is contained in:
David Rodríguez 2026-01-13 19:51:50 +00:00
parent 6166fbcb43
commit 1ad02baa51

View file

@ -90,7 +90,7 @@ const exchangeTokenForGraphAccess = async (config, accessToken, sub) => {
clientOptions[Symbol.for('openid-client.custom.fetch')] = (url, options = {}) => {
return nodeFetch(url, { ...options, agent: httpsAgent });
};
}
}
const grantResponse = await client.genericGrantRequest(
config,