From b4b6fc75c5a4b943671766b7e6e476a223f359fc Mon Sep 17 00:00:00 2001 From: Methapon2001 <61303214+Methapon2001@users.noreply.github.com> Date: Thu, 4 Jul 2024 13:14:30 +0700 Subject: [PATCH] fix: type --- src/stores/branch/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/branch/types.ts b/src/stores/branch/types.ts index 7cedf929..4e231fd1 100644 --- a/src/stores/branch/types.ts +++ b/src/stores/branch/types.ts @@ -64,6 +64,6 @@ export type BranchUserStats = { id: string; nameEN: string; name: string; - count: 0; + count: number; isHeadOffice: boolean; };