fix: refs #7129 fix return
gitea/salix/pipeline/pr-test There was a failure building this commit Details

This commit is contained in:
Pablo Natek 2024-07-22 09:18:37 +02:00
parent c3d3a21b23
commit c18765f22f
1 changed files with 0 additions and 2 deletions

View File

@ -101,10 +101,8 @@ module.exports = Self => {
case 'description':
return {'description': {like: `%${value}%`}};
case 'warehouseFk':
param = `${param}`;
return {[param]: value};
case 'agencyModeFk':
param = `${param}`;
return {[param]: value};
case 'isOk':
return {'isOk': value};