Created
October 7, 2020 15:17
-
-
Save pulse00/02b9282b25eb2562ee7ceabfe0b363f8 to your computer and use it in GitHub Desktop.
This file contains 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
function createDispatchAdvice(options) { | |
if (options.quantity) { | |
logger(`Setting quantity to ${options.quantity}`); | |
await DispatchAdviceEnvelope.addDispatchQuantity(options.quantity); | |
} | |
// blah blah | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment