digitalbazaar / web-ledger-client

An implementation of a a Web Ledger client
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Refactor error handling around missing record. #27

Closed mattcollier closed 3 years ago

mattcollier commented 3 years ago

Static analysis revealed that body could be undefined here after the last PR: https://github.com/digitalbazaar/web-ledger-client/blob/main/lib/WebLedgerClient.js#L104

davidlehn commented 3 years ago

@gannan08 CI process wasn't running lint. Perhaps https://github.com/digitalbazaar/web-ledger-client/pull/28 will now catch some of the static analysis issues.