浏览代码

ts template

lrf 2 年之前
父节点
当前提交
45e94522d7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/ts-template.js

+ 1 - 0
app/public/ts-template.js

@@ -114,6 +114,7 @@ const ControllerContext = (data) => {
   fc.push(`  async deleteMany(...args: any[]) {`);
   fc.push(`    throw new Error('Method not implemented.');`);
   fc.push(`  }`);
+  fc.push(`}`);
   fc.push(`\n`);
   return fc.join(`\n`);
 };