Skip to content

Commit ddce79a

Browse files
committed
color - fix which function get run
1 parent 9517152 commit ddce79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

color.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ func addColorLookup() {
7676
Output: "[]string",
7777
ContentType: "application/json",
7878
Generate: func(f *Faker, m *MapParams, info *Info) (any, error) {
79-
return color(f), nil
79+
return niceColors(f), nil
8080
},
8181
})
8282

0 commit comments

Comments
 (0)