Created
October 28, 2017 02:57
-
-
Save matheusdavidson/bb1098eb456bbed00d0b879daa52321c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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