We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 040dc46 commit e705bf8Copy full SHA for e705bf8
integrations/github/src/api.ts
@@ -325,10 +325,7 @@ async function requestGitHubAPI(
325
326
logger.debug(`refreshing OAuth credentials for space ${spaceInstallation.space}`);
327
328
- const refreshed = await refreshCredentials(
329
- context,
330
- credentials.refresh_token,
331
- );
+ const refreshed = await refreshCredentials(context, credentials.refresh_token);
332
333
await context.api.integrations.updateIntegrationSpaceInstallation(
334
spaceInstallation.integration,
0 commit comments