From 349ec2bc42a8d0b1e76c99ee62a34e60e5b52f8e Mon Sep 17 00:00:00 2001 From: Samuel Tariku Date: Wed, 25 Jun 2025 22:54:47 +0300 Subject: [PATCH] fix: merge fix --- internal/repository/notification.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/repository/notification.go b/internal/repository/notification.go index c7fb7e9..c279377 100644 --- a/internal/repository/notification.go +++ b/internal/repository/notification.go @@ -341,7 +341,7 @@ func (s *Store) GetBranchByWalletID(ctx context.Context, walletID int64) (domain ID: dbBranch.ID, Name: dbBranch.Name, Location: dbBranch.Location, - IsSuspended: dbBranch.IsActive, + IsActive: dbBranch.IsActive, WalletID: dbBranch.WalletID, BranchManagerID: dbBranch.BranchManagerID, CompanyID: dbBranch.CompanyID,