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 c604d1f commit 4417874Copy full SHA for 4417874
src/schema-parser/schema-formatters.ts
@@ -114,6 +114,7 @@ export class SchemaFormatters {
114
lodash
115
// @ts-expect-error TS(2339) FIXME: Property '_' does not exist on type 'LoDashStatic'... Remove this comment to see the full error message
116
._(description)
117
+ .replace(/\//g, "") // Remove all forward slashes
118
.split(/\n/g)
119
.map((part) => part.trim())
120
.compact()
0 commit comments