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 c8dce40 commit a342291Copy full SHA for a342291
backend/plugins/sonarqube/api/remote_api.go
@@ -51,8 +51,8 @@ func querySonarqubeProjects(
51
res, err := apiClient.Get("projects/search", url.Values{
52
"p": {fmt.Sprintf("%v", page.Page)},
53
"ps": {fmt.Sprintf("%v", page.PageSize)},
54
- "q": {keyword
55
- "qualifiers": {"TRK"},
+ "q": {keyword},
+ "qualifiers": {"TRK"
56
}, nil)
57
if err != nil {
58
return
0 commit comments