fix: refs #6389 packing
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
c25b77c4bd
commit
424a0c8079
|
@ -161,8 +161,7 @@ module.exports = Self => {
|
|||
param = `t.${param}`;
|
||||
return {[param]: value};
|
||||
case 'packing':
|
||||
param = `i.${param}`;
|
||||
return {[param]: value};
|
||||
return {'packing': value};
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue