mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Fix quotes style
This commit is contained in:
@ -202,7 +202,7 @@ async function validateGroup(group) {
|
|||||||
export async function getGroupChat(groupId, reload = false) {
|
export async function getGroupChat(groupId, reload = false) {
|
||||||
const group = groups.find((x) => x.id === groupId);
|
const group = groups.find((x) => x.id === groupId);
|
||||||
if (!group) {
|
if (!group) {
|
||||||
console.warn(`Group not found`, groupId);
|
console.warn('Group not found', groupId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user