Fix formatting

This commit is contained in:
Cohee 2024-01-05 20:12:59 +02:00
parent f20ab1875b
commit d5e3f5491d
1 changed files with 1 additions and 1 deletions

View File

@ -1135,7 +1135,7 @@ async function goToCharacterCallback(_, name) {
await openChat(new String(characterIndex));
return characters[characterIndex]?.name;
} else {
const group = groups.find(it=>it.name.toLowerCase() == name.toLowerCase());
const group = groups.find(it => it.name.toLowerCase() == name.toLowerCase());
if (group) {
await openGroupById(group.id);
return group.name;