Skip to content

Commit

Permalink
Remove client parameter from SavedObjectsRepositoryOptions
Browse files Browse the repository at this point in the history
Signed-off-by: Bandini Bhopi <[email protected]>
  • Loading branch information
bandinib-amzn committed Jun 5, 2023
1 parent 074076a commit bf8ae4e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import {
} from '../../saved_objects_type_registry';
import { OpenSearchDashboardsRequest } from '../../../http';
import { ISavedObjectsRepository } from './repository';
import { OpenSearchClient } from '../../../opensearch';
import { IOpenSearchDashboardsMigrator } from '../../migrations';

/**
Expand All @@ -48,7 +47,6 @@ export interface SavedObjectsRepositoryOptions {
migrator: IOpenSearchDashboardsMigrator;
typeRegistry: SavedObjectTypeRegistry;
includedHiddenTypes: string[];
client?: OpenSearchClient;
}

/**
Expand Down

0 comments on commit bf8ae4e

Please sign in to comment.