mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Enable no-unsafe-finally lint
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user