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
When requesting a customer by id and it is not found, Windows will return nil, but Online will throw an error. We should either throw an error or return nil in both cases. I would personally return nil -- there is no reason to make calling code blow up, especially since this never occurs when returning a list a customers and the list happens to be empty.
The text was updated successfully, but these errors were encountered:
When requesting a customer by id and it is not found, Windows will return nil, but Online will throw an error. We should either throw an error or return nil in both cases. I would personally return nil -- there is no reason to make calling code blow up, especially since this never occurs when returning a list a customers and the list happens to be empty.
The text was updated successfully, but these errors were encountered: