update editProfile
This commit is contained in:
parent
e3444a8fc6
commit
69d063452a
@ -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) &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user