From a2ef874dd7d9a1fda0fd85ab2c3b4ce8e3c4a639 Mon Sep 17 00:00:00 2001 From: melindafekete Date: Fri, 25 Jul 2025 09:45:50 +0200 Subject: [PATCH] Fix linting --- src/lib/openapi/util/openapi-tags.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/lib/openapi/util/openapi-tags.ts b/src/lib/openapi/util/openapi-tags.ts index 695b3954ff..aa3ad3a1d6 100644 --- a/src/lib/openapi/util/openapi-tags.ts +++ b/src/lib/openapi/util/openapi-tags.ts @@ -48,7 +48,11 @@ const OPENAPI_TAGS = [ name: 'Dependencies', description: 'Manage feature dependencies.', }, - { name: 'Unleash Edge', description: 'Endpoints related to [Unleash Edge](https://docs.getunleash.io/reference/api/unleash/edge).' }, + { + name: 'Unleash Edge', + description: + 'Endpoints related to [Unleash Edge](https://docs.getunleash.io/reference/api/unleash/edge).', + }, { name: 'Environments', description: