We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34ef4c commit eb5d8cbCopy full SHA for eb5d8cb
src/user.js
@@ -726,7 +726,7 @@ module.exports = function(AV) {
726
/**
727
* Get this user's Roles.
728
* @param {AuthOptions} [options]
729
- * @return {Promise} A promise that is fulfilled with the roles when
+ * @return {Promise.<AV.Role[]>} A promise that is fulfilled with the roles when
730
* the query is complete.
731
*/
732
getRoles(options) {
0 commit comments