You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, when we call client.leads.all we receive nil, causing issues on subsequent code.
This can be handled by us, but should this return nil? Could this be a case where an exception should occur?
The text was updated successfully, but these errors were encountered:
For some reason, when we call
client.leads.all
we receivenil
, causing issues on subsequent code.This can be handled by us, but should this return
nil
? Could this be a case where an exception should occur?The text was updated successfully, but these errors were encountered: