Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm using validated-method to created a insert method but it crash to run meteor #66

Open
neutron92 opened this issue Jan 13, 2017 · 2 comments

Comments

@neutron92
Copy link

neutron92 commented Jan 13, 2017

I'm using validated-method to created an insert method but it crash to run meteor

export const hasAtLeastOnePenpal = new ValidatedMethod({
  name: 'hasAtLeastOnePenpal',
  validate: new SimpleSchema({
    id: { type: String }
  }).validator(),
  run(id) {
    return Tandems.collection.find({interlocutors: id}).count() > 0
  }
});
@MuyBien
Copy link

MuyBien commented Jan 29, 2017

Hi!
What is your error when you launch meteor?

@cryve
Copy link

cryve commented Feb 11, 2017

Should be run({id}) { ... } according to the docs (https://github.com/meteor/validated-method#defining-a-method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants