hotfix isTrucker was not in the params #1350

Merged
alexandre merged 2 commits from hotfix-supplier-isTrucker into master 2023-02-28 13:58:03 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 3dd6232d6a - Show all commits

View File

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