Skip to content

Commit f57abf5

Browse files
author
Diyor Khaydarov
committed
chore: cleanup dead code
1 parent 8f320a1 commit f57abf5

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

Diff for: modules/core/presentation/controllers/group_controller.go

+5-7
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,14 @@ import (
3434
)
3535

3636
type GroupRealtimeUpdates struct {
37-
app application.Application
38-
groupService *services.GroupService
39-
basePath string
37+
app application.Application
38+
basePath string
4039
}
4140

42-
func NewGroupRealtimeUpdates(app application.Application, groupService *services.GroupService, basePath string) *GroupRealtimeUpdates {
41+
func NewGroupRealtimeUpdates(app application.Application, basePath string) *GroupRealtimeUpdates {
4342
return &GroupRealtimeUpdates{
44-
app: app,
45-
groupService: groupService,
46-
basePath: basePath,
43+
app: app,
44+
basePath: basePath,
4745
}
4846
}
4947

0 commit comments

Comments
 (0)