mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
remove dead ref
This commit is contained in:
parent
2d461baf2e
commit
50ef9326b4
1 changed files with 0 additions and 1 deletions
|
|
@ -7,7 +7,6 @@ import { getOrgFromDomain } from './data/org';
|
|||
import { SINGLE_TENANT_ORG_DOMAIN, SINGLE_TENANT_ORG_ID, SOURCEBOT_GUEST_USER_ID } from './lib/constants';
|
||||
import { ServiceErrorException } from './lib/serviceError';
|
||||
import { getOrgMetadata, isServiceError } from './lib/utils';
|
||||
import { clearSearchContexts } from './actions';
|
||||
|
||||
const logger = createLogger('web-initialize');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue