We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee5ef9 commit 1d63b85Copy full SHA for 1d63b85
src/index.ts
@@ -138,7 +138,7 @@ export const swagger =
138
openapi: '3.0.3',
139
...{
140
...documentation,
141
- tags: (documentation?.tags as {name: string; description: string}[])?.filter((tag) => !excludeTags?.includes(tag?.name)),
+ tags: documentation.tags?.filter((tag) => !excludeTags?.includes(tag?.name)),
142
info: {
143
title: 'Elysia Documentation',
144
description: 'Development documentation',
0 commit comments