fix: refs #6403 fix mrw cancel shipment return type
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pablo Natek 2024-07-16 13:43:36 +02:00
parent b7e84f43de
commit 9e007bfb8a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = Self => {
required: true
}],
returns: {
type: ['object'],
type: 'boolean',
root: true
},
http: {