Skip to content

Commit e705bf8

Browse files
committed
linting
1 parent 040dc46 commit e705bf8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

integrations/github/src/api.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,10 +325,7 @@ async function requestGitHubAPI(
325325

326326
logger.debug(`refreshing OAuth credentials for space ${spaceInstallation.space}`);
327327

328-
const refreshed = await refreshCredentials(
329-
context,
330-
credentials.refresh_token,
331-
);
328+
const refreshed = await refreshCredentials(context, credentials.refresh_token);
332329

333330
await context.api.integrations.updateIntegrationSpaceInstallation(
334331
spaceInstallation.integration,

0 commit comments

Comments
 (0)