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