Skip to content

Instantly share code, notes, and snippets.

@matheusdavidson
Created October 28, 2017 02:57
Show Gist options
  • Save matheusdavidson/bb1098eb456bbed00d0b879daa52321c to your computer and use it in GitHub Desktop.
Save matheusdavidson/bb1098eb456bbed00d0b879daa52321c to your computer and use it in GitHub Desktop.
for (let item of items) {
let result = await ProductController.validateItemQty(item, item.qty);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment