@@ -343,10 +343,6 @@ module.exports = app => {
}
- const flag = true;
- if (flag) {
- throw 'fail';
- }
await transaction.commit();
return true;
} catch (err) {