From 5e0990133798e848fc64d91fe3b2fc5b63f8011f Mon Sep 17 00:00:00 2001 From: Idhibhat Pankam Date: Mon, 8 Jul 2024 00:02:24 +0700 Subject: [PATCH] fix: group svc add conf --- internal/group/group.service.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/group/group.service.go b/internal/group/group.service.go index 53a0bd3..36116fd 100644 --- a/internal/group/group.service.go +++ b/internal/group/group.service.go @@ -33,6 +33,7 @@ func NewService(repo Repository, userRepo user.Repository, cache cache.Repositor repo: repo, userRepo: userRepo, cache: cache, + conf: conf, log: log, } }