Skip to content

Commit 023ea27

Browse files
buf fix
1 parent bc47159 commit 023ea27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ func GetProjectStatus(sonarHost string, analysisId string) ([]byte, error) {
904904

905905
}
906906
fmt.Printf("Response Code:" + projectResponse.Status)
907-
// buf := []byte{}
907+
buf := []byte{}
908908
// if status code 401 try again with bearer token
909909
if projectResponse.StatusCode == 401 {
910910
bearer := "Bearer " + token

0 commit comments

Comments
 (0)