chore: refs #7663 return correct type
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-09-06 11:33:15 +02:00
parent 26d47b3f38
commit 99ce158632
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ module.exports = Self => {
description: 'The weight value', description: 'The weight value',
}], }],
returns: { returns: {
type: 'boolean', type: 'Array',
root: true root: true
}, },
http: { http: {