Merge pull request #17113 from strapi/fix/clone-with-non-prohibited-fields

This commit is contained in:
Marc 2023-06-27 15:16:16 +02:00 committed by GitHub
commit 5ce34225c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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