Fix quotes style
| @@ -202,7 +202,7 @@ async function validateGroup(group) { | |||
| 202 | export async function getGroupChat(groupId, reload = false) { | 202 | export 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 | } |
| 208 | 208 | ||