Explorar el Código

Merge pull request #982 from stephenmoloney/met1.4

Met1.4
Lauri Ojansivu hace 8 años
padre
commit
3c91a1750f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      models/users.js

+ 2 - 2
models/users.js

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