fix: required is true
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Vicent Llopis 2022-09-21 08:12:08 +02:00
parent c17e0fd38b
commit 888f70abcc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ module.exports = {
props: {
eventIds: {
type: [Array],
required: false
required: true
}
}
};