Closed mikefowler closed 5 years ago
Two updates to the OnRetryFunction type:
OnRetryFunction
onRetry
void
values = {}
@mikefowler Thanks a lot for the fixes! 👍
I just published 0.1.10 that includes the commit.
0.1.10
Thanks @elbywan!
Two updates to the
OnRetryFunction
type:onRetry
function to returnvoid
values = {}
, on line ~103), so it makes sense that the method should be able to return nothingonRetry
method supports returning a Promise, but the TypeScript types had not been updated to reflect this