Merge pull request 'hotfix isTrucker was not in the params' (!1350) from hotfix-supplier-isTrucker into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #1350
This commit is contained in:
Alexandre Riera 2023-02-28 13:58:02 +00:00
commit d2e7526a09
1 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,10 @@ module.exports = Self => {
{
arg: 'healthRegister',
type: 'string'
},
{
arg: 'isTrucker',
type: 'boolean'
}],
returns: {
arg: 'res',