Skip to content

Commit 0af08d2

Browse files
committed
Rename argument
1 parent 9bde128 commit 0af08d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/link/persisted-queries/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ type GenerateHashFunction = (
4949
) => string | PromiseLike<string>;
5050

5151
interface BaseOptions {
52-
disable?: (error: PersistedQueryLink.DisableFunctionOptions) => boolean;
53-
retry?: (error: PersistedQueryLink.RetryFunctionOptions) => boolean;
52+
disable?: (options: PersistedQueryLink.DisableFunctionOptions) => boolean;
53+
retry?: (options: PersistedQueryLink.RetryFunctionOptions) => boolean;
5454
useGETForHashedQueries?: boolean;
5555
}
5656

0 commit comments

Comments
 (0)