aboutsummaryrefslogtreecommitdiffstats
path: root/commands/webui.go
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2018-07-20 00:25:30 +0200
committerMichael Muré <batolettre@gmail.com>2018-07-20 14:32:23 +0200
commit1dd5118eebe0e993d55ae5433cb2dcfd2764bf4f (patch)
tree67f9b2e6bb3eb7cbc870436e34e7e57a708008e5 /commands/webui.go
parent59e6ae872cad5683a9f1887cbef382d0e76ecc61 (diff)
downloadgit-bug-1dd5118eebe0e993d55ae5433cb2dcfd2764bf4f.tar.gz
graphql: Actually get the bugs from the repo
Diffstat (limited to 'commands/webui.go')
-rw-r--r--commands/webui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/webui.go b/commands/webui.go
index af93153a..0cabbc48 100644
--- a/commands/webui.go
+++ b/commands/webui.go
@@ -23,7 +23,7 @@ func runWebUI(cmd *cobra.Command, args []string) error {
fmt.Printf("Web UI available at %s\n", webUiAddr)
- graphqlHandler, err := graphql.NewHandler()
+ graphqlHandler, err := graphql.NewHandler(repo)
if err != nil {
return err