Skip to content

Commit

Permalink
fix empty map
Browse files Browse the repository at this point in the history
  • Loading branch information
taraspos committed Oct 2, 2020
1 parent 27aad3c commit 9c2ba40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/bitbucket/annotator.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func NewReportAnnotator(cli *openapi.APIClient, reportTitle, owner, repo, sha st
owner: owner,
repo: repo,
reportID: reporter + "-" + strings.ReplaceAll(reportTitle, " ", "_"),
issuesCount: make(map[rdf.Severity]int),
}
}

Expand Down

0 comments on commit 9c2ba40

Please sign in to comment.