renamed map object
This commit is contained in:
@ -108,9 +108,9 @@ export async function getSystemVoices() {
|
||||
new Map(
|
||||
AllSystemVoices.filter((matchingsystemVoiceIds) =>
|
||||
unlockedSystemVoices.includes(matchingsystemVoiceIds.id),
|
||||
).map((unlockedSystemVoice) => [
|
||||
unlockedSystemVoice.id,
|
||||
unlockedSystemVoice,
|
||||
).map((unlockedSystemVoiceIds) => [
|
||||
unlockedSystemVoiceIds.id,
|
||||
unlockedSystemVoiceIds,
|
||||
]),
|
||||
).values(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user