Skip to content

Commit 323bba0

Browse files
authored
Update remote_api.go
1 parent a342291 commit 323bba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/plugins/sonarqube/api/remote_api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func querySonarqubeProjects(
5252
"p": {fmt.Sprintf("%v", page.Page)},
5353
"ps": {fmt.Sprintf("%v", page.PageSize)},
5454
"q": {keyword},
55-
"qualifiers": {"TRK"
55+
"qualifiers": {"TRK"},
5656
}, nil)
5757
if err != nil {
5858
return

0 commit comments

Comments
 (0)