Skip to content

Commit

Permalink
event-reporter(refactoring): fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh committed Nov 7, 2024
1 parent d27ef80 commit c965145
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion event_reporter/reporter/event_payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func getResourceEventPayload(

if rr.rsAsAppInfo != nil && rr.rsAsAppInfo.revisionsMetadata != nil && len(object) != 0 {
actualObject, err := appv1.UnmarshalToUnstructured(*rr.actualState.Manifest)

if err != nil {
return nil, fmt.Errorf("failed to unmarshal manifest: %w", err)
}
Expand Down

0 comments on commit c965145

Please sign in to comment.