Closed rllyy97 closed 3 weeks ago
Added null catches for broken connections. We had a customer issue and their connection object somehow was missing the entire API object. The catches added in this PR should filter those connections out since they are unusable without that data.
API
Main Changes
Added null catches for broken connections. We had a customer issue and their connection object somehow was missing the entire
API
object. The catches added in this PR should filter those connections out since they are unusable without that data.