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, } }