throw new ValidationError([{
name: 'projectId',
type: 'project-not-found',
value: projectId
}]);
It's complaining with this error:
{error: "validation-error", reason: "errors.0.value is not allowed by the schema", details: Array[1], message: "errors.0.value is not allowed by the schema [validation-error]", errorType: "Meteor.Error"…}
I'm using version 0.2.0 because it doesn't let me upgrade it because of aldeed:simple-schema
When I try this:
It's complaining with this error:
I'm using version
0.2.0
because it doesn't let me upgrade it because ofaldeed:simple-schema