Clone item without size
This commit is contained in:
parent
f73b42b0be
commit
318c014fab
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue