From a2e38d7069ee1d84484f22d48b0fc4449c5386eb Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Tue, 23 Apr 2024 11:19:27 +0700 Subject: [PATCH] chore: format --- src/controllers/branch-controller.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/controllers/branch-controller.ts b/src/controllers/branch-controller.ts index d4791a5..68a4213 100644 --- a/src/controllers/branch-controller.ts +++ b/src/controllers/branch-controller.ts @@ -277,9 +277,7 @@ export class BranchController extends Controller { }, }); }, - { - isolationLevel: Prisma.TransactionIsolationLevel.Serializable, - }, + { isolationLevel: Prisma.TransactionIsolationLevel.Serializable }, ); if (headOfficeId) {