Skip to content

Commit

Permalink
fix ci issues
Browse files Browse the repository at this point in the history
  • Loading branch information
theredditbandit committed Jul 2, 2024
1 parent 620fdf3 commit d633bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var (
)

func TitleCase(s string) string {
c := cases.Title(language.English)
return c.String(s)
t := cases.Title(language.English)
return t.String(s)
}

func FilterByStatuses(data map[string]string, status []string) map[string]string {
Expand Down

0 comments on commit d633bc7

Please sign in to comment.