fix: refs #6897 back and tests
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Satorres 2024-08-30 12:53:44 +02:00
parent f65d36011b
commit 4a7d81f920
2 changed files with 6 additions and 6 deletions

View File

@ -73,12 +73,11 @@ module.exports = Self => {
description: 'The continent code' description: 'The continent code'
}, { }, {
arg: 'shipmentHour', arg: 'shipmentHour',
type: 'time', type: 'string',
description: 'The shipment hour' description: 'The shipment hour'
}, }, {
{
arg: 'landingHour', arg: 'landingHour',
type: 'time', type: 'string',
description: 'The landing hour' description: 'The landing hour'
} }
], ],

View File

@ -50,7 +50,8 @@
}, },
"landingHour": { "landingHour": {
"type": "string" "type": "string"
}, }
},
"relations": { "relations": {
"agency": { "agency": {
"type": "belongsTo", "type": "belongsTo",
@ -69,4 +70,4 @@
} }
} }
} }
}