mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
removed any
This commit is contained in:
parent
0430c7f9c7
commit
3adfabfe20
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ export function reset(): void {
|
|||
resetMemoryTimer();
|
||||
}
|
||||
|
||||
export function toggleScript(...params: any[]): void {
|
||||
export function toggleScript(...params: string[]): void {
|
||||
if (Config.funbox === "tts") {
|
||||
TTS.speak(params[0]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue