Fix quotes style

b6de77935b3e145c8e55c7ae223e48dd1e46b04b

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/group-chats.js+1 -1
@@ -202,7 +202,7 @@ async function validateGroup(group) {
202202export async function getGroupChat(groupId, reload = false) {
203203 const group = groups.find((x) => x.id === groupId);
204204 if (!group) {
205205 console.warn(`'Group not found`', groupId);
206206 return;
207207 }
208208