Zone.getEvents hotfix: wrong parameter name

This commit is contained in:
Juan Ferrer 2020-01-08 12:14:09 +01:00
parent 92752fdf1d
commit 0b7aa7e65e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module.exports = Self => {
description: 'The province id',
required: true
}, {
arg: 'search',
arg: 'postCode',
type: 'String',
description: 'The postcode'
}, {