diff --git a/application/applicationservice/applicationservice.go b/application/applicationservice/applicationservice.go index 6745970..d165b07 100644 --- a/application/applicationservice/applicationservice.go +++ b/application/applicationservice/applicationservice.go @@ -35,7 +35,7 @@ func New(svc *service.Service, mapper *entitymapping.Mapper, notification *notif bcbsi := bcbsi.New(cfg) instance = &Service{ - Users: newUserService(svc, mapper), + Users: newUserService(svc, mapper, bcbsi, cfg), Rides: newRideService(svc, mapper), Visits: newVisitService(svc, mapper), Provider: newProviderService(svc, mapper),