aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/bug/TimelineQuery.graphql
diff options
context:
space:
mode:
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 {