back to parent chat fix eslint fix
| @@ -269,7 +269,7 @@ export async function getGroupChat(groupId, reload = false) { | ||
| 269 | 269 | await printMessages(); |
| 270 | 270 | } else { |
| 271 | 271 | toastr.warning('Group chat file not found: ' + chat_id); |
| 272 | 272 | return; |
| 273 | 273 | } |
| 274 | 274 | } |
| 275 | 275 | |