0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

🐛 Fixed pagination for subscribers

closes #10074

- the `page` option was missing
This commit is contained in:
kirrg001 2018-10-27 18:27:35 +02:00
parent 275d82199f
commit 5f7401051c

View file

@ -12,7 +12,8 @@ const subscribers = {
'fields',
'filter',
'order',
'debug'
'debug',
'page'
],
permissions: true,
validation: {},