Clone item without size

This commit is contained in:
Joan Sanchez 2019-05-23 08:03:31 +02:00
parent f73b42b0be
commit 318c014fab
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ module.exports = Self => {
origin.description = undefined;
origin.image = undefined;
origin.comment = undefined;
origin.size = undefined;
const newItem = await Self.create(origin, options);