Fixed signature for listMembers call

no-issue
This commit is contained in:
Fabien O'Carroll 2019-09-30 16:47:24 +07:00
parent 957a0df658
commit 8422a2f28d

View File

@ -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) {