This topic was automatically generated from Slack. You can find the original thread here.
I have a nodejs workflow action that doesn’t make any async calls. What is the correct way of returning to avoid getting a warning in pipedream that the code hasn’t completed executing? If it helps I’m using the MixPanel library which doesn’t expose promises and promisify doesn’t work with a number of the operations.