diff --git a/app/core/services/auth.service.js b/app/core/services/auth.service.js index 1128854..28d2948 100644 --- a/app/core/services/auth.service.js +++ b/app/core/services/auth.service.js @@ -185,7 +185,6 @@ const signUp = async (req, res) => { const branch = await Branch.findOne({ where: { id: branch_id } }); if (!branch) { - await t.rollback(); return response.failed(res, 404, "Branch tidak ditemukan"); }