remove dead ref

This commit is contained in:
msukkari 2025-11-13 21:14:27 -08:00
parent 2d461baf2e
commit 50ef9326b4

View file

@ -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');