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) {
202export async function getGroupChat(groupId, reload = false) {202export async function getGroupChat(groupId, reload = false) {
203 const group = groups.find((x) => x.id === groupId);203 const group = groups.find((x) => x.id === groupId);
204 if (!group) {204 if (!group) {
205 console.warn(`Group not found`, groupId);205 console.warn('Group not found', groupId);
206 return;206 return;
207 }207 }
208208