Skip to content

Commit

Permalink
color - fix which function get run
Browse files Browse the repository at this point in the history
  • Loading branch information
brianvoe committed Oct 30, 2024
1 parent 9517152 commit ddce79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func addColorLookup() {
Output: "[]string",
ContentType: "application/json",
Generate: func(f *Faker, m *MapParams, info *Info) (any, error) {
return color(f), nil
return niceColors(f), nil
},
})

Expand Down

0 comments on commit ddce79a

Please sign in to comment.