Saasli / saasli-backend

Documentation
https://saasli.github.io/docs/
0 stars 0 forks source link

[Salesforce-Rest] Fix no record found response. #44

Closed godd9170 closed 7 years ago

godd9170 commented 7 years ago

Right now, if a get is performed, and no record can be found... then a python None is returned. This breaks the Microservice class that treats the response like a dict.