Skip to content

Commit

Permalink
fix: field 'Links' in Bug model has wrong json tag
Browse files Browse the repository at this point in the history
Merge pull request #37 from bvwells/patch-2
  • Loading branch information
copernico authored Sep 21, 2020
2 parents ec32095 + de83c83 commit 63658cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kaybee/internal/model/bug.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
type Bug struct {
VulnerabilityID string `json:"bugId"`
Description string `json:"description,omitempty"`
Links []string `json:"reference,omitemtpy"`
Links []string `json:"reference,omitempty"`
ConstructChanges []ConstructChange `json:"constructChanges"`
}

Expand Down

0 comments on commit 63658cd

Please sign in to comment.