Skip to content

Commit

Permalink
Update src/code-gen-process.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sora Morimoto <[email protected]>
  • Loading branch information
zWingz and smorimoto authored Jun 28, 2024
1 parent a976451 commit 65aec15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code-gen-process.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class CodeGenProcess {
return {
utils: {
Ts: this.config.Ts,
formatDescription: this.schemaParser.schemaFormatters.formatDescription.bing(
formatDescription: this.schemaParser.schemaFormatters.formatDescription.bind(
this.schemaParser.schemaFormatters,
),
internalCase: internalCase,
Expand Down

0 comments on commit 65aec15

Please sign in to comment.