From 38d1e8e9cf6a32b935d893cdcc4f91bb0acfbbef Mon Sep 17 00:00:00 2001 From: Gidi Meir Morris Date: Mon, 9 Nov 2020 15:44:14 +0000 Subject: [PATCH] Revert "attempt to fix type of context" This reverts commit 544c28cc138a5ef108a0e8adc614c19db7adb104. --- x-pack/plugins/case/server/plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/case/server/plugin.ts b/x-pack/plugins/case/server/plugin.ts index 958ce1e7ef55e..64c4b422d1cf7 100644 --- a/x-pack/plugins/case/server/plugin.ts +++ b/x-pack/plugins/case/server/plugin.ts @@ -139,7 +139,7 @@ export class CasePlugin { caseService: CaseServiceSetup; caseConfigureService: CaseConfigureServiceSetup; userActionService: CaseUserActionServiceSetup; - }): IContextProvider, 'case'> => { + }): IContextProvider, typeof APP_ID> => { return async (context, request) => { const [{ savedObjects }] = await core.getStartServices(); return {