uber/cadence-web

Can't view poller list when activity poller list is null

just-at-uber opened this issue · 1 comments

When digging into the issue, the API is returning:
Cannot read property 'reduce' of null

This is due to either the activity list is null or the decision list is null.

Fix would be to make sure if they are null to return an empty array to allow the reduce command to work.