From ec471d3023743986039d3eed02938b070dd7095a Mon Sep 17 00:00:00 2001 From: Joe Van Alstyne Date: Thu, 11 Apr 2024 19:58:47 +0900 Subject: [PATCH] remove redundant comment in config Signed-off-by: Joe Van Alstyne --- plugins/catalog-backend-module-backstage-openapi/config.d.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/catalog-backend-module-backstage-openapi/config.d.ts b/plugins/catalog-backend-module-backstage-openapi/config.d.ts index e403010951..376c702999 100644 --- a/plugins/catalog-backend-module-backstage-openapi/config.d.ts +++ b/plugins/catalog-backend-module-backstage-openapi/config.d.ts @@ -25,9 +25,6 @@ export interface Config { * A list of plugins, whose OpenAPI specs you want to collate in `InternalOpenApiDocumentationProvider`. */ plugins: string[]; - /** - * Options to ovveride the provided entity's default metadata and spec properties - */ /** * Properties to override on the final entity object. */