From 85cff12269e8e7afcdfe7d87ff387a6c1ed90511 Mon Sep 17 00:00:00 2001 From: Ben Toogood Date: Fri, 12 Feb 2021 14:40:15 +0000 Subject: [PATCH] Debugging --- groups/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {