When creating plans using the javascript client, an error is thrown by Morx when duration is not set:
(node:36522) UnhandledPromiseRejectionWarning: Error: duration is required
at throwErrorWhen (/home/mugz/projects/node/unto/node_modules/morx/lib/morx.param.extractor.js:61:9)
This functionality contradicts the API documentation which clearly indicates that this parameter is optional.
What is the position. Is duration optional or not?
When creating plans using the javascript client, an error is thrown by Morx when duration is not set:
This functionality contradicts the API documentation which clearly indicates that this parameter is optional.
What is the position. Is duration optional or not?