fix: refs #6389 saleMonitor filter #3130

Merged
carlossa merged 22 commits from 6389-changesMonitor into dev 2024-12-12 09:26:30 +00:00
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 424a0c8079 - Show all commits

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};
}
});