Added missing import
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
import SimpleSchema from 'simpl-schema';
|
import SimpleSchema from 'simpl-schema';
|
||||||
import { ValidatedMethod } from 'meteor/mdg:validated-method';
|
import { ValidatedMethod } from 'meteor/mdg:validated-method';
|
||||||
|
import { _ } from 'meteor/underscore';
|
||||||
|
|
||||||
let childSchema = new SimpleSchema({
|
let childSchema = new SimpleSchema({
|
||||||
parent: {type: Object},
|
parent: {type: Object},
|
||||||
|
|||||||
Reference in New Issue
Block a user