aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/TimelineQuery.graphql
diff options
context:
space:
mode:
authorQuentin Gliech <quentingliech@gmail.com>2020-02-11 21:49:19 +0100
committerQuentin Gliech <quentingliech@gmail.com>2020-02-11 21:49:19 +0100
commit465f7ca73d7093eeeecb6553c804d8cfb06e6652 (patch)
tree28a19ae87252e776efa3bd0bb94b154131b866d7 /webui/src/bug/TimelineQuery.graphql
parent1effc91556c4567673c68329722bd415ec648a12 (diff)
downloadgit-bug-465f7ca73d7093eeeecb6553c804d8cfb06e6652.tar.gz
webui: stop using defaultRepository
Diffstat (limited to 'webui/src/bug/TimelineQuery.graphql')
-rw-r--r--webui/src/bug/TimelineQuery.graphql2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/bug/TimelineQuery.graphql b/webui/src/bug/TimelineQuery.graphql
index 7a8bc736..493f4416 100644
--- a/webui/src/bug/TimelineQuery.graphql
+++ b/webui/src/bug/TimelineQuery.graphql
@@ -5,7 +5,7 @@
#import "./SetStatusFragment.graphql"
query Timeline($id: String!, $first: Int = 10, $after: String) {
- defaultRepository {
+ repository {
bug(prefix: $id) {
timeline(first: $first, after: $after) {
nodes {