We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a342291 commit 323bba0Copy full SHA for 323bba0
backend/plugins/sonarqube/api/remote_api.go
@@ -52,7 +52,7 @@ func querySonarqubeProjects(
52
"p": {fmt.Sprintf("%v", page.Page)},
53
"ps": {fmt.Sprintf("%v", page.PageSize)},
54
"q": {keyword},
55
- "qualifiers": {"TRK"
+ "qualifiers": {"TRK"},
56
}, nil)
57
if err != nil {
58
return
0 commit comments