We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074076a commit bf8ae4eCopy full SHA for bf8ae4e
src/core/server/saved_objects/service/lib/scoped_client_provider.ts
@@ -37,7 +37,6 @@ import {
37
} from '../../saved_objects_type_registry';
38
import { OpenSearchDashboardsRequest } from '../../../http';
39
import { ISavedObjectsRepository } from './repository';
40
-import { OpenSearchClient } from '../../../opensearch';
41
import { IOpenSearchDashboardsMigrator } from '../../migrations';
42
43
/**
@@ -48,7 +47,6 @@ export interface SavedObjectsRepositoryOptions {
48
47
migrator: IOpenSearchDashboardsMigrator;
49
typeRegistry: SavedObjectTypeRegistry;
50
includedHiddenTypes: string[];
51
- client?: OpenSearchClient;
52
}
53
54
0 commit comments