Skip to content

Commit

Permalink
chore: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanarya0 committed Mar 13, 2024
1 parent b1f6044 commit f3028c3
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,13 +189,7 @@ func BuildAPIDependencies(

resourcePGRepository := postgres.NewResourceRepository(dbc)
resourceService := resource.NewService(
resourcePGRepository,
resourceBlobRepository,
relationService,
userService,
projectService,
organizationService,
groupService)
resourcePGRepository, resourceBlobRepository, relationService, userService, projectService, organizationService, groupService)

relationAdapter := adapter.NewRelation(groupService, userService, relationService)

Expand Down

0 comments on commit f3028c3

Please sign in to comment.