Tarea #417 quitar de item.clone la foto
This commit is contained in:
parent
3c3abb9063
commit
51e96d0bbf
|
@ -38,6 +38,7 @@ module.exports = Self => {
|
|||
delete copy.id;
|
||||
delete copy.itemTag;
|
||||
delete copy.description;
|
||||
delete copy.image;
|
||||
|
||||
let newItem = await Self.create(copy);
|
||||
let promises = [];
|
||||
|
|
Loading…
Reference in New Issue