Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Sep 15, 2021
1 parent 1a25d60 commit 6e88bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/saved_objects/saved_objects_service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ export interface SavedObjectsRepositoryFactory {
export interface SavedObjectsSetupDeps {
http: InternalHttpServiceSetup;
elasticsearch: InternalElasticsearchServiceSetup;
coreUsageData: InternalCoreUsageDataSetup;
coreUsageData: CoreUsageDataSetup;
deprecations: InternalDeprecationsServiceSetup;
}

Expand Down

0 comments on commit 6e88bc1

Please sign in to comment.