Skip to content

Commit 01e2d65

Browse files
type nit
1 parent 276a802 commit 01e2d65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/backend/src/constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import path from "path";
44

55
export const SINGLE_TENANT_ORG_ID = 1;
66

7-
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES = [
8-
CodeHostType.github,
9-
CodeHostType.gitlab,
7+
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES: CodeHostType[] = [
8+
'github',
9+
'gitlab',
1010
];
1111

1212
export const REPOS_CACHE_DIR = path.join(env.DATA_CACHE_DIR, 'repos');

0 commit comments

Comments
 (0)