Skip to content

Commit

Permalink
Update pkg/jsonutils/transform.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ciprian Hacman <[email protected]>
  • Loading branch information
justinsb and hakman authored Nov 9, 2024
1 parent 07c326b commit 0b2b3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/jsonutils/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (o *Transformer) visitMap(m map[string]any, path string) error {
return err
}
m[k] = v2
v = v2
}

return nil
Expand Down

0 comments on commit 0b2b3f5

Please sign in to comment.