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