From f16d0cb8c37b4c15cb89e9bad5540c1bd5179226 Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Fri, 19 Apr 2024 10:26:30 +0700 Subject: [PATCH] chore: remove field --- src/stores/branch-contact/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/stores/branch-contact/types.ts b/src/stores/branch-contact/types.ts index 6ab313a2..6e5279de 100644 --- a/src/stores/branch-contact/types.ts +++ b/src/stores/branch-contact/types.ts @@ -1,7 +1,6 @@ export type BranchContact = { id: string; telephoneNo: string; - qrCodeImageUrl: string; updatedAt: string; updateBy: string; createdAt: string;