Fixed failing tests
This commit is contained in:
@@ -42,7 +42,7 @@ let ExperienceSchema = new SimpleSchema({
|
||||
// ID of the journal this entry belongs to
|
||||
journalId: {
|
||||
type: String,
|
||||
regEx: SimpleSchema.RegEx.Id,
|
||||
max: 32,
|
||||
index: 1,
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user