Skip to content

Commit

Permalink
Merge pull request #123 from overmindtech/fix-unmapped-changes
Browse files Browse the repository at this point in the history
Fix typo, removing mapped from unmapped changes
  • Loading branch information
DavidS-ovm authored Nov 17, 2023
2 parents 7ae5a61 + 6c23919 commit 5ea2f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/getchange.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func GetChange(ctx context.Context, ready chan bool) int {
typ = item.Before.Type
title = item.Before.UniqueAttributeValue()
}
data.UnmappedChanges = append(data.ExpectedChanges, TemplateItem{
data.UnmappedChanges = append(data.UnmappedChanges, TemplateItem{
StatusAlt: status[item.Status].StatusAlt,
StatusIcon: status[item.Status].StatusIcon,
Type: typ,
Expand Down

0 comments on commit 5ea2f0f

Please sign in to comment.