mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
type nit
This commit is contained in:
parent
276a802a1e
commit
01e2d656e7
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@ import path from "path";
|
||||||
|
|
||||||
export const SINGLE_TENANT_ORG_ID = 1;
|
export const SINGLE_TENANT_ORG_ID = 1;
|
||||||
|
|
||||||
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES = [
|
export const PERMISSION_SYNC_SUPPORTED_CODE_HOST_TYPES: CodeHostType[] = [
|
||||||
CodeHostType.github,
|
'github',
|
||||||
CodeHostType.gitlab,
|
'gitlab',
|
||||||
];
|
];
|
||||||
|
|
||||||
export const REPOS_CACHE_DIR = path.join(env.DATA_CACHE_DIR, 'repos');
|
export const REPOS_CACHE_DIR = path.join(env.DATA_CACHE_DIR, 'repos');
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue