Fix quotes style
| @@ -202,7 +202,7 @@ async function validateGroup(group) { | ||
| 202 | 202 | export async function getGroupChat(groupId, reload = false) { |
| 203 | 203 | const group = groups.find((x) => x.id === groupId); |
| 204 | 204 | if (!group) { |
| 205 | 205 | console.warn(`'Group not found`', groupId); |
| 206 | 206 | return; |
| 207 | 207 | } |
| 208 | 208 | |