Skip to content

Commit

Permalink
Revert "attempt to fix type of context"
Browse files Browse the repository at this point in the history
This reverts commit 544c28c.
  • Loading branch information
gmmorris committed Nov 9, 2020
1 parent 603eda4 commit 38d1e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export class CasePlugin {
caseService: CaseServiceSetup;
caseConfigureService: CaseConfigureServiceSetup;
userActionService: CaseUserActionServiceSetup;
}): IContextProvider<RequestHandler<unknown, unknown, unknown>, 'case'> => {
}): IContextProvider<RequestHandler<unknown, unknown, unknown>, typeof APP_ID> => {
return async (context, request) => {
const [{ savedObjects }] = await core.getStartServices();
return {
Expand Down

0 comments on commit 38d1e8e

Please sign in to comment.