This commit is contained in:
Emily 2021-03-04 18:59:23 +11:00
parent cc2faf7646
commit 3f451688a3

View file

@ -135,8 +135,6 @@ class Functions {
return; return;
} }
async
async clean (text) { async clean (text) {
if (text && text.constructor.name === 'Promise') { if (text && text.constructor.name === 'Promise') {
text = await text; text = await text;