refs #6321 fix: param
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Javier Segarra 2024-04-03 09:48:56 +02:00
parent cc3f2da639
commit c4f8734d44
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ module.exports = Self => {
accessType: 'READ',
accepts: [
{
arg: 'itemFk',
arg: 'id',
type: 'number',
description: 'The item id',
},