소스 검색

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`);
 };