correct type
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-05-22 14:45:00 +02:00
parent 03d69f81c5
commit 3189799b4c
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = Self => {
accepts: [
{
arg: 'id',
type: 'string',
type: 'number',
required: true,
description: 'The ticket id',
},