hotfix isTrucker was not in the params
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Alexandre Riera 2023-02-28 14:39:01 +01:00
parent 0997f8cd27
commit 3dd6232d6a
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',