Skip to content

Instantly share code, notes, and snippets.

@colwem
Last active March 21, 2016 02:58
Show Gist options
  • Select an option

  • Save colwem/ee4deda6d917f24ac206 to your computer and use it in GitHub Desktop.

Select an option

Save colwem/ee4deda6d917f24ac206 to your computer and use it in GitHub Desktop.
User.find({UTCCronTime: hour})
.each((user) => {
api.getUser(user);
})
.catch((err) => {
console.log(err);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment