Debugging

This commit is contained in:
Ben Toogood
2021-02-12 14:40:15 +00:00
parent d746590fee
commit 85cff12269

View File

@@ -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 {