fix: refs #6389 packing
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Carlos Satorres 2024-12-03 12:25:39 +01:00
parent c25b77c4bd
commit 424a0c8079
1 changed files with 1 additions and 2 deletions

View File

@ -161,8 +161,7 @@ module.exports = Self => {
param = `t.${param}`;
return {[param]: value};
case 'packing':
param = `i.${param}`;
return {[param]: value};
return {'packing': value};
}
});