Zone.getEvents hotfix: wrong parameter name
This commit is contained in:
parent
92752fdf1d
commit
0b7aa7e65e
|
@ -9,7 +9,7 @@ module.exports = Self => {
|
||||||
description: 'The province id',
|
description: 'The province id',
|
||||||
required: true
|
required: true
|
||||||
}, {
|
}, {
|
||||||
arg: 'search',
|
arg: 'postCode',
|
||||||
type: 'String',
|
type: 'String',
|
||||||
description: 'The postcode'
|
description: 'The postcode'
|
||||||
}, {
|
}, {
|
||||||
|
|
Loading…
Reference in New Issue