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
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #1350
This commit is contained in:
commit
d2e7526a09
|
@ -64,6 +64,10 @@ module.exports = Self => {
|
|||
{
|
||||
arg: 'healthRegister',
|
||||
type: 'string'
|
||||
},
|
||||
{
|
||||
arg: 'isTrucker',
|
||||
type: 'boolean'
|
||||
}],
|
||||
returns: {
|
||||
arg: 'res',
|
||||
|
|
Loading…
Reference in New Issue