This commit is contained in:
Barış Soner Uşaklı
2018-10-20 17:23:15 -04:00
parent f53984aeae
commit f5fe91286e
7 changed files with 0 additions and 50 deletions

View File

@@ -208,12 +208,6 @@ helpers.getUserDataByUserSlug = function (userslug, callerUID, callback) {
], callback);
};
helpers.getBaseUser = function (userslug, callerUID, callback) {
winston.warn('helpers.getBaseUser deprecated please use helpers.getUserDataByUserSlug');
helpers.getUserDataByUserSlug(userslug, callerUID, callback);
};
function filterLinks(links, states) {
return links.filter(function (link, index) {
// "public" is the old property, if visibility is defined, discard `public`