back to parent chat fix eslint fix

224a961c1c20a85409668f6a15b3bc545c54de4a

I <16441743+imesha10@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/group-chats.js+1 -1
@@ -269,7 +269,7 @@ export async function getGroupChat(groupId, reload = false) {
269269 await printMessages();
270270 } else {
271271 toastr.warning('Group chat file not found: ' + chat_id);
272272 return;
273273 }
274274 }
275275