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 a976451 commit 65aec15Copy full SHA for 65aec15
src/code-gen-process.js
@@ -228,7 +228,7 @@ class CodeGenProcess {
228
return {
229
utils: {
230
Ts: this.config.Ts,
231
- formatDescription: this.schemaParser.schemaFormatters.formatDescription.bing(
+ formatDescription: this.schemaParser.schemaFormatters.formatDescription.bind(
232
this.schemaParser.schemaFormatters,
233
),
234
internalCase: internalCase,
0 commit comments