No dangling promise

cb21162558c5299f113c75eb124d50155c966331

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/world-info.js+1 -1
@@ -4885,7 +4885,7 @@ export async function assignLorebookToChat() {
4885 saveMetadata();4885 saveMetadata();
4886 });4886 });
48874887
4888 callGenericPopup(template, POPUP_TYPE.TEXT);4888 return callGenericPopup(template, POPUP_TYPE.TEXT);
4889}4889}
48904890
4891jQuery(() => {4891jQuery(() => {