From dd6326d9c92f9608572b9ca182ff9ffb482e2312 Mon Sep 17 00:00:00 2001 From: Tirta Aditya Date: Thu, 23 Oct 2025 15:10:43 +0700 Subject: [PATCH] fixing signUp --- app/core/services/auth.service.js | 1 - 1 file changed, 1 deletion(-) 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"); }