Closed mattcollier closed 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
body
undefined
@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.
Static analysis revealed that
body
could beundefined
here after the last PR: https://github.com/digitalbazaar/web-ledger-client/blob/main/lib/WebLedgerClient.js#L104