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 e72f2c2 commit 245a263Copy full SHA for 245a263
scripts/apply.ts
@@ -84,7 +84,7 @@ async function main() {
84
operationId: operation.operationId || "",
85
requiredParams,
86
hasResponseBody,
87
- tag: operation.tags && operation.tags.length > 0 && operation.tags[0] ? operation.tags[0] : "",
+ tag: operation.tags?.[0] ?? "",
88
});
89
}
90
0 commit comments