We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173f5f1 commit c7d04caCopy full SHA for c7d04ca
packages/transporter/src/concerns/retryableRequest.ts
@@ -94,10 +94,6 @@ export function retryableRequest<TResponse>(
94
};
95
96
const decisions: Outcomes<TResponse> = {
97
- /**
98
- * @deprecated this property is deprecated in favor of `onSuccess`
99
- */
100
- onSucess: response => onSuccess(response),
101
onSuccess: response => deserializeSuccess(response),
102
onRetry(response) {
103
const stackFrame = pushToStackTrace(response);
0 commit comments