Skip to content

Commit

Permalink
fix: add User.name to tensionAll query.
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrckd committed Jan 8, 2023
1 parent cf3ac40 commit d05bd4c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/dql.go
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,8 @@ var dqlQueries map[string]string = map[string]string{
Tension.action
Tension.labels { uid Label.name Label.color }
n_comments: count(Tension.comments)
Tension.assignees { User.username User.name }
}
}`,
"getTensionCount": `{
Expand Down

0 comments on commit d05bd4c

Please sign in to comment.