Closed mbilker closed 7 years ago
With PR #113, the whole processing of data.result.records is wrapped in an if statement, but it does not ensure that data.result isn't undefined.
data.result.records
if
data.result
undefined
With PR #113, the whole processing of
data.result.records
is wrapped in anif
statement, but it does not ensure thatdata.result
isn'tundefined
.