Skip to content

Commit

Permalink
fix(kuma-cp): removed character
Browse files Browse the repository at this point in the history
Signed-off-by: Lukasz Dziedziak <lukidzi@gmail.com>
  • Loading branch information
lukidzi committed Jan 10, 2023
1 parent a71c961 commit c040d59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/core/resources/store/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ func (l *ListOptions) IsCacheable() bool {
}

func (l *ListOptions) HashCode() string {
return fmt.Sprintf("%s:%t:%s:%d:%s", l.Mesh, l.Ordered, l.NamePrefix, l.PageSize, l.PageOffset)
return fmt.Sprintf("%s:%t:%d:%s", l.Mesh, l.Ordered, l.PageSize, l.PageOffset)
}

0 comments on commit c040d59

Please sign in to comment.