zh244135370
Results
1
comments of
zh244135370
It's a Promise,include allow and addUserRoles,use as this: `let allow = acl.allow([...]); allow.then(function(){ acl.addUserRoles() return Promise.resolve() }).then(function(){ acl.isAllowed() }) `