mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
fix: await clone method
This commit is contained in:
parent
9231a02e86
commit
692c3b1bad
@ -205,7 +205,7 @@ module.exports = {
|
||||
);
|
||||
}
|
||||
|
||||
this.clone(ctx);
|
||||
await this.clone(ctx);
|
||||
},
|
||||
|
||||
async delete(ctx) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user