Clone item without size
gitea/salix/master This commit looks good Details

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

View File

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