Skip to content

Commit 65aec15

Browse files
zWingzsmorimoto
andauthored
Update src/code-gen-process.js
Co-authored-by: Sora Morimoto <[email protected]>
1 parent a976451 commit 65aec15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-gen-process.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class CodeGenProcess {
228228
return {
229229
utils: {
230230
Ts: this.config.Ts,
231-
formatDescription: this.schemaParser.schemaFormatters.formatDescription.bing(
231+
formatDescription: this.schemaParser.schemaFormatters.formatDescription.bind(
232232
this.schemaParser.schemaFormatters,
233233
),
234234
internalCase: internalCase,

0 commit comments

Comments
 (0)