Skip to content

Commit 80f01f1

Browse files
committed
rm extra export
1 parent e2ecd21 commit 80f01f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/components/repositories/useBulkUpdateRepositorySettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from 'sentry/utils/queryClient';
99
import {useOrganization} from 'sentry/utils/useOrganization';
1010

11-
export type RepositorySettings =
11+
type RepositorySettings =
1212
| {
1313
enabledCodeReview: boolean;
1414
repositoryIds: string[];

0 commit comments

Comments
 (0)