mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Fixed signature for listMembers call
no-issue
This commit is contained in:
parent
957a0df658
commit
8422a2f28d
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ module.exports = function ({
|
|||
return updateMember(data, options);
|
||||
}
|
||||
|
||||
async function list(data, options) {
|
||||
return listMembers(data, options);
|
||||
async function list(options) {
|
||||
return listMembers(options);
|
||||
}
|
||||
|
||||
async function create(data, options) {
|
||||
|
|
Loading…
Add table
Reference in a new issue