update editProfile

This commit is contained in:
yamanq 2016-08-11 21:53:08 -04:00
parent e3444a8fc6
commit 69d063452a

View File

@ -96,6 +96,7 @@ Meteor.methods({
current.description = change[2];
current.avatar = change[3];
current.banner = change[4];
current.theme = change[5];
if (schools.findOne({name:current.school}) != null &&
Number.isInteger(current.grade) &&