I am returning a promise from context.runAsync function and I am not able to use .then property on the returned promise. Upon doing console.log on the promise, I see -
{"\"catch\"": [Function "catch"], "finally": [Function finally], "then": [Function then]}
I am returning a promise from
context.runAsync
function and I am not able to use.then
property on the returned promise. Upon doing console.log on the promise, I see -{"\"catch\"": [Function "catch"], "finally": [Function finally], "then": [Function then]}