Skip to content

Commit

Permalink
Update index_patterns_service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Oct 12, 2020
1 parent a663b12 commit 96c9e02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export class IndexPatternsService implements Plugin<void, IndexPatternsServiceSt
const { uiSettings } = core;

return {
// indexPatternsServiceFactory: async (kibanaRequest: KibanaRequest) => {
indexPatternsServiceFactory: async (savedObjectsClient: SavedObjectsClientContract) => {
const uiSettingsClient = uiSettings.asScopedToClient(savedObjectsClient);
const formats = await fieldFormats.fieldFormatServiceFactory(uiSettingsClient);
Expand Down

0 comments on commit 96c9e02

Please sign in to comment.