diff --git a/lib/athlete.js b/lib/athlete.js index 0851fb9..9701c7c 100644 --- a/lib/athlete.js +++ b/lib/athlete.js @@ -19,7 +19,7 @@ var _updateAllowedProps = [ //= ==== athlete endpoint ===== athlete.prototype.get = function (args, done) { - var endpoint = 'athlete.prototype' + var endpoint = 'athlete' return this.client.getEndpoint(endpoint, args, done) } athlete.prototype.listActivities = function (args, done) {