Skip to content

Commit

Permalink
rerun test
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed May 21, 2024
1 parent 8a167d5 commit ba9f20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/internal/agent/hooks/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ func parsePod(object []byte) (*corev1.Pod, error) {
if err := json.Unmarshal(object, &pod); err != nil {
return nil, err
}

return &pod, nil
}

Expand Down

0 comments on commit ba9f20a

Please sign in to comment.