From c536b46904f878cb8f4b6c1b1446b51b4519dfe0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gr=C3=A9goire=20Aubert?= Date: Mon, 4 Jun 2018 10:23:33 +0200 Subject: [PATCH] LICENSE-98 Drop invalid plugins list in the license manager --- server/sonar-web/src/main/js/api/marketplace.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/server/sonar-web/src/main/js/api/marketplace.ts b/server/sonar-web/src/main/js/api/marketplace.ts index a90f4fcc24f..3f572eaa8cf 100644 --- a/server/sonar-web/src/main/js/api/marketplace.ts +++ b/server/sonar-web/src/main/js/api/marketplace.ts @@ -24,7 +24,6 @@ export interface License { contactEmail: string; edition: string; expiresAt: string; - invalidInstalledPlugins: string[]; isExpired: boolean; isOfficialDistribution: boolean; isSupported: boolean; -- 2.39.5