Enable no-unsafe-finally lint

This commit is contained in:
valadaptive
2023-12-02 09:12:38 -05:00
parent e7ae1c4787
commit 367f3dba27
5 changed files with 5 additions and 14 deletions

View File

@ -1604,9 +1604,7 @@ export async function getGroupPastChats(groupId) {
} catch (err) {
console.error(err);
}
finally {
return chats;
}
return chats;
}
export async function openGroupChat(groupId, chatId) {