Merge pull request 'fix: refs #6404 get label' (!2649) from 6404-fixtGetLabel into master
gitea/salix/pipeline/head This commit looks good Details
gitea/salix/pipeline/pr-test This commit looks good Details

Reviewed-on: #2649
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-06-28 07:19:51 +00:00
commit 8e7cfb6391
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ module.exports = Self => {
accessType: 'READ', accessType: 'READ',
accepts: [{ accepts: [{
arg: 'shipmentId', arg: 'shipmentId',
type: 'number', type: 'string',
required: true required: true
}], }],
returns: { returns: {