This commit is contained in:
Emily 2021-03-04 18:59:23 +11:00
parent cc2faf7646
commit 3f451688a3
1 changed files with 0 additions and 2 deletions

View File

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