We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d461ba commit 50ef932Copy full SHA for 50ef932
1 file changed
packages/web/src/initialize.ts
@@ -7,7 +7,6 @@ import { getOrgFromDomain } from './data/org';
7
import { SINGLE_TENANT_ORG_DOMAIN, SINGLE_TENANT_ORG_ID, SOURCEBOT_GUEST_USER_ID } from './lib/constants';
8
import { ServiceErrorException } from './lib/serviceError';
9
import { getOrgMetadata, isServiceError } from './lib/utils';
10
-import { clearSearchContexts } from './actions';
11
12
const logger = createLogger('web-initialize');
13
0 commit comments