Thanks to justinr1234 and xet7 !

Related #802
This commit is contained in:
Lauri Ojansivu 2019-07-15 23:50:30 +03:00
parent 74a4926e83
commit 75c84e3b5d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ Org = new Mongo.Collection('org');
*/ */
Org.attachSchema( Org.attachSchema(
new SimpleSchema({ new SimpleSchema({
id: { _id: {
/** /**
* the organization id * the organization id
*/ */

View file

@ -5,7 +5,7 @@ OrgUser = new Mongo.Collection('orgUser');
*/ */
OrgUser.attachSchema( OrgUser.attachSchema(
new SimpleSchema({ new SimpleSchema({
id: { _id: {
/** /**
* the organization user's id * the organization user's id
*/ */