Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jan 16, 2020
1 parent 8be65e0 commit a0f5024
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions x-pack/legacy/plugins/spaces/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ export const spaces = (kibana: Record<string, any>) =>
kibanaIndex: config.get('kibana.index'),
},
savedObjects: server.savedObjects,
tutorial: {
addScopedTutorialContextFactory: server.addScopedTutorialContextFactory,
},
auditLogger: {
create: (pluginId: string) =>
new AuditLogger(server, pluginId, server.config(), server.plugins.xpack_main.info),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ export const createLegacyAPI = ({
kibanaIndex: '',
},
auditLogger: {} as any,
tutorial: {} as any,
xpackMain: {} as any,
savedObjects: savedObjectsService,
};
Expand Down

0 comments on commit a0f5024

Please sign in to comment.