Clone item without size
gitea/salix/master This commit looks good
Details
gitea/salix/master This commit looks good
Details
This commit is contained in:
parent
e60ebb283b
commit
e9c2ae073a
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue