fix: await clone method

This commit is contained in:
Marc-Roig 2023-06-27 12:18:46 +02:00
parent 9231a02e86
commit 692c3b1bad
No known key found for this signature in database
GPG Key ID: FB4E2C43A0BEE249

View File

@ -205,7 +205,7 @@ module.exports = {
);
}
this.clone(ctx);
await this.clone(ctx);
},
async delete(ctx) {