Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 authored Jul 15, 2024
1 parent b2ea0af commit 6ae7cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube/duplications/duplications_gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ type ShowResponse struct {
Files map[string]struct {
Key string `json:"key,omitempty"`
Name string `json:"name,omitempty"`
projectName string `json:"projectName,omitempty"`
ProjectName string `json:"projectName,omitempty"`
} `json:"files,omitempty"`
}

Expand Down

0 comments on commit 6ae7cf8

Please sign in to comment.