浏览代码

Merge pull request #982 from stephenmoloney/met1.4

Met1.4
Lauri Ojansivu 8 年之前
父节点
当前提交
3c91a1750f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      models/users.js

+ 2 - 2
models/users.js

@@ -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