Skip to content

Commit 2699072

Browse files
🛠️ apply pre-commit fixes
1 parent f5b1104 commit 2699072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/settings/organizationIntegrations/integrationCodeMappings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function IntegrationCodeMappings({integration}: {integration: Integration
181181
isPending: isPendingReposQuery,
182182
isError: isErrorRepos,
183183
isFetchingNextPage: isFetchingNextReposPage,
184-
} = repositoriesQuery;
184+
} = repositoriesQuery;
185185

186186
const isPendingRepos = isPendingReposQuery || isFetchingNextReposPage;
187187

0 commit comments

Comments
 (0)