keep _updateQA exposed for now, as some add-ons use it

This commit is contained in:
Damien Elmes 2021-07-17 09:11:05 +10:00
parent ce5f9bb9b0
commit 4861495b49

View File

@ -79,7 +79,7 @@ const renderError =
);
};
async function _updateQA(
export async function _updateQA(
html: string,
_unusused: unknown,
onupdate: Callback,