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 276a802 commit 01e2d65Copy full SHA for 01e2d65
packages/backend/src/constants.ts
@@ -4,9 +4,9 @@ import path from "path";
4
5
export const SINGLE_TENANT_ORG_ID = 1;
6
7
-export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES = [
8
- CodeHostType.github,
9
- CodeHostType.gitlab,
+export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES: CodeHostType[] = [
+ 'github',
+ 'gitlab',
10
];
11
12
export const REPOS_CACHE_DIR = path.join(env.DATA_CACHE_DIR, 'repos');
0 commit comments