According to the docs, I expected a string out of this when passing colors_returned: 1
return Please.make_color({
base_color: color,
colors_returned: 1,
format: 'hex'
});
I'm getting an array with one color in it
The docs say:
If you set it to 1, you'll just get the one color! It makes a sort of sense if you think about it.
Maybe I'm overthinking it? :)