Skip to content

Commit

Permalink
fixed labels.go
Browse files Browse the repository at this point in the history
Signed-off-by: Suleiman Dibirov <[email protected]>
  • Loading branch information
idsulik committed Nov 27, 2024
1 parent b378ecd commit 457e8f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func (l Labels) AsList() []string {
func (l Labels) ToMappingWithEquals() MappingWithEquals {
mapping := MappingWithEquals{}
for k, v := range l {
v := v
mapping[k] = &v
}
return mapping
Expand Down

0 comments on commit 457e8f0

Please sign in to comment.