Skip to content

Commit 9bb0b7e

Browse files
committed
Remove unnecessary casting
1 parent 70137ee commit 9bb0b7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-menu/src/command-prompt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export async function commandPrompt(
6363
if (title) {
6464
cfonts.say(title, {
6565
font: 'tiny',
66-
gradient: titleColors as [string, string],
66+
gradient: titleColors,
6767
transitionGradient: true,
6868
});
6969
}

0 commit comments

Comments
 (0)