web: people: small fix

This commit is contained in:
NikolayRechkin 2019-12-10 09:16:21 +03:00
parent a739f1ee8a
commit f6f12dea46

View File

@ -93,7 +93,6 @@ export function updateProfileCulture(id, culture) {
}; };
}; };
};
export function getUserPhoto(id) { export function getUserPhoto(id) {
return api.people.getUserPhoto(id); return api.people.getUserPhoto(id);
}; };