Skip to content

Instantly share code, notes, and snippets.

@donedgardo
Created February 8, 2017 19:46
Show Gist options
  • Save donedgardo/ced335aac348450439c0159e4f2e6c2e to your computer and use it in GitHub Desktop.
Save donedgardo/ced335aac348450439c0159e4f2e6c2e to your computer and use it in GitHub Desktop.
ES6 Article
// ...
FoodTruckSchema.statics.updateFoodTruck = updateFoodTruck;
function updateFoodTruck(input, currentUser) {
return new Promise((resolve, reject) => {
// Code Here
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment