Webpack build for branch master: 8da557faab

This commit is contained in:
Travis CI 2017-07-02 00:34:46 +00:00
parent 0ede39ad02
commit ce68181229
2 changed files with 2 additions and 2 deletions

View file

@ -18337,7 +18337,7 @@ class Client extends EventEmitter {
* @returns {Promise<OAuth2Application>}
*/
fetchApplication(id = '@me') {
return this.api.oauth2.applications(id).get()
return this.api.oauth2.applications[id].get()
.then(app => new OAuth2Application(this, app));
}

File diff suppressed because one or more lines are too long