Skip to content

Commit 9bde128

Browse files
committed
Rename argument
1 parent 80caa4a commit 9bde128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/link/error/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export namespace ErrorLink {
1616
* Callback to be triggered when an error occurs within the link stack.
1717
*/
1818
export interface ErrorHandler {
19-
(error: ErrorHandlerOptions): Observable<FetchResult> | void;
19+
(options: ErrorHandlerOptions): Observable<FetchResult> | void;
2020
}
2121

2222
export interface ErrorHandlerOptions {

0 commit comments

Comments
 (0)