Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
frontend: fix
repeatStreamFunc
for list
requests
`errCb` parameter is the 3rd argument of `get` function returned by `singleApiFactory`, whereas it's only the 2nd argument of `list`. This causes `repeatStreamFunc` to misbehave for `list` calls because the error callback index is hardcoded to `2`. Signed-off-by: msuret <11944422+msuret@users.noreply.github.com>
- Loading branch information