Skip to content

Commit c9df90f

Browse files
committed
fix: solve error on merge
1 parent 438b95e commit c9df90f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/utils/color-generator.util.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const colorGenerator = {
2929
const color = randomRGBColor();
3030
let hexColor = colorConverter.RGBToHEX(
3131
`rgb(${color.R}, ${color.G}, ${color.B})`,
32+
() => true,
3233
);
3334
hexColor += '000';
3435
return hexColor.slice(0, 7);

0 commit comments

Comments
 (0)