Closed ishannaithani closed 5 years ago
Purpose of this PR: The error parameter for anonymous function returned by retrieveFn was incorrectly named to err and referred to as error in the scope below it. This PR is to rename it correctly to avoid undef errors.
retrieveFn
err
error
See ESS-1414 for more details.
Purpose of this PR: The error parameter for anonymous function returned by
retrieveFn
was incorrectly named toerr
and referred to aserror
in the scope below it. This PR is to rename it correctly to avoid undef errors.See ESS-1414 for more details.