Skip to content

Commit d05bd4c

Browse files
committed
fix: add User.name to tensionAll query.
1 parent cf3ac40 commit d05bd4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

db/dql.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -621,6 +621,8 @@ var dqlQueries map[string]string = map[string]string{
621621
Tension.action
622622
Tension.labels { uid Label.name Label.color }
623623
n_comments: count(Tension.comments)
624+
625+
Tension.assignees { User.username User.name }
624626
}
625627
}`,
626628
"getTensionCount": `{

0 commit comments

Comments
 (0)