diff options
Diffstat (limited to 'server/sonar-web/src/main/js/api/marketplace.ts')
-rw-r--r-- | server/sonar-web/src/main/js/api/marketplace.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/api/marketplace.ts b/server/sonar-web/src/main/js/api/marketplace.ts index d067f7b3e22..8bb8a462a42 100644 --- a/server/sonar-web/src/main/js/api/marketplace.ts +++ b/server/sonar-web/src/main/js/api/marketplace.ts @@ -42,7 +42,6 @@ export interface EditionStatus { | 'AUTOMATIC_IN_PROGRESS' | 'MANUAL_IN_PROGRESS' | 'AUTOMATIC_READY' - | 'AUTOMATIC_FAILURE' | 'UNINSTALL_IN_PROGRESS'; } |