dashboard: rename refreshUserInfo to refreshProfile
This commit is contained in:
@@ -2522,7 +2522,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
|
||||
});
|
||||
};
|
||||
|
||||
Client.prototype.refreshUserInfo = function (callback) {
|
||||
Client.prototype.refreshProfile = function (callback) {
|
||||
var that = this;
|
||||
|
||||
callback = typeof callback === 'function' ? callback : function () {};
|
||||
|
||||
Reference in New Issue
Block a user