flake8
passed.
JSHint
passed.
Review Request #13274 — Created Sept. 15, 2023 and submitted
We have some resources that behave like lists but don't contain a
total_results
field. When we access this, we crash, because we assume
this will always be present.This change makes that field optional, setting it to
None
if not
found.
Unit tests pass.
Tested this with the watched review request resource, which exhibits
this failure.
Summary | ID |
---|---|
562e55f3f6f0a490dc12b4752f70cd8addc61bc2 |