Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 15, 2025
1 parent 164395d commit 5d59a73
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const variants: Array<[name: string, fetchAPI: undefined | FetchAPI]> = [
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - URLPattern is not available in types
globalThis,
]
],
];

function waitAFewMillisecondsToMakeSureGraphQLExecutionIsNotResumingInBackground() {
Expand Down

0 comments on commit 5d59a73

Please sign in to comment.