No dangling promise

This commit is contained in:
Cohee
2024-12-03 22:56:19 +02:00
parent bab9d3c74b
commit cb21162558

View File

@@ -4885,7 +4885,7 @@ export async function assignLorebookToChat() {
saveMetadata(); saveMetadata();
}); });
callGenericPopup(template, POPUP_TYPE.TEXT); return callGenericPopup(template, POPUP_TYPE.TEXT);
} }
jQuery(() => { jQuery(() => {