From 65aec15baf8b9e43e8128dfa04c58478da1cf1a0 Mon Sep 17 00:00:00 2001 From: zWing <371657110@qq.com> Date: Fri, 28 Jun 2024 10:36:48 +0800 Subject: [PATCH] Update src/code-gen-process.js Co-authored-by: Sora Morimoto --- src/code-gen-process.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code-gen-process.js b/src/code-gen-process.js index 46984e63..29969d27 100644 --- a/src/code-gen-process.js +++ b/src/code-gen-process.js @@ -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,