diff --git a/groups/main.go b/groups/main.go index 170caac..44663b8 100644 --- a/groups/main.go +++ b/groups/main.go @@ -35,7 +35,7 @@ func main() { } // Register handler - pb.RegisterGroupsHandler(srv.Server(), &handler.Groups{DB: db}) + pb.RegisterGroupsHandler(srv.Server(), &handler.Groups{DB: db.Debug()}) // Run service if err := srv.Run(); err != nil {