Fix quotes style

This commit is contained in:
Cohee 2024-07-02 07:29:14 +00:00
parent 52b64a823d
commit b6de77935b

View File

@ -202,7 +202,7 @@ async function validateGroup(group) {
export async function getGroupChat(groupId, reload = false) {
const group = groups.find((x) => x.id === groupId);
if (!group) {
console.warn(`Group not found`, groupId);
console.warn('Group not found', groupId);
return;
}