Removed redundant emmiter

This commit is contained in:
splitclover 2024-06-21 14:16:59 +02:00 committed by GitHub
parent feb8321147
commit 0c69b698b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -9229,7 +9229,6 @@ jQuery(async function () {
await getChat();
await createOrEditCharacter(new CustomEvent('newChat'));
if (isDelChatCheckbox) await delChat(chat_file_for_del + '.jsonl');
await eventSource.emit(event_types.CHAT_CREATED);
}
}