diff --git a/lib/clients/web/facets/users.profile.js b/lib/clients/web/facets/users.profile.js index 1062aac0f..57f1b0a85 100644 --- a/lib/clients/web/facets/users.profile.js +++ b/lib/clients/web/facets/users.profile.js @@ -37,7 +37,7 @@ UsersProfileFacet.prototype.get = function get(opts, optCb) { * @param {?} value - Value to set a single key to. Usable only if profile is not passed. * @param {function=} optCb Optional callback, if not using promises. */ -UsersProfileFacet.prototype.set = function get(opts, optCb) { +UsersProfileFacet.prototype.set = function set(opts, optCb) { return this.makeAPICall('users.profile.set', null, opts, optCb); };