Skip to content

Commit

Permalink
fix: typographical error
Browse files Browse the repository at this point in the history
  • Loading branch information
Francisco García committed Sep 5, 2024
1 parent 7ebc1d4 commit 6b64718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-fetch/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ class Interceptors<Interceptor> {
this._fns = [];
}

exist(fn: Interceptor) {
exists(fn: Interceptor) {
return this._fns.indexOf(fn) !== -1;
}

Expand Down

0 comments on commit 6b64718

Please sign in to comment.