RusticiSoftware/TinCanJS

StatementsResult object should handle `more: ""` like `null`

Opened this issue · 0 comments

The more property value from a GET /statements request may be an empty string if there are no more results available. The constructor for StatementsResult should handle this case in the same way as if the property wasn't present at all.