Skip to content

Commit

Permalink
Run yarn lint:fix to fix remaining lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaemami59 committed May 25, 2024
1 parent 0d58070 commit b7d5217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/toolkit/src/query/retry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const retryWithBackoff: BaseQueryEnhancer<
}
let retry = 0

// eslint-disable-next-line no-constant-condition
while (true) {
try {
const result = await baseQuery(args, api, extraOptions)
Expand Down

0 comments on commit b7d5217

Please sign in to comment.