From 52bf59cc64c7aea42f8d45032b960478e7465882 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 19 Apr 2024 13:02:47 +0700 Subject: [PATCH] fix: edit should not require telephone no --- src/controllers/branch-controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/branch-controller.ts b/src/controllers/branch-controller.ts index 9aa12a3..5a51f7a 100644 --- a/src/controllers/branch-controller.ts +++ b/src/controllers/branch-controller.ts @@ -57,7 +57,7 @@ type BranchUpdate = { address?: string; zipCode?: string; email?: string; - telephoneNo: string; + telephoneNo?: string; contactName?: string; contact?: string | string[] | null; lineId?: string;