Merge pull request #982 from stephenmoloney/met1.4

Met1.4
This commit is contained in:
Lauri Ojansivu 2017-04-06 17:12:26 +03:00 committed by GitHub
commit 3c91a1750f

View file

@ -106,8 +106,8 @@ Users.attachSchema(new SimpleSchema({
}, },
isAdmin: { isAdmin: {
type: Boolean, type: Boolean,
optional: true optional: true,
} },
})); }));
// Search a user in the complete server database by its name or username. This // Search a user in the complete server database by its name or username. This