fix
This commit is contained in:
parent
cc2faf7646
commit
3f451688a3
1 changed files with 0 additions and 2 deletions
|
@ -135,8 +135,6 @@ class Functions {
|
|||
return;
|
||||
}
|
||||
|
||||
async
|
||||
|
||||
async clean (text) {
|
||||
if (text && text.constructor.name === 'Promise') {
|
||||
text = await text;
|
||||
|
|
Loading…
Reference in a new issue