Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Dec 6, 2024
1 parent ba685c4 commit d633af9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function getNextRetryUrl(
domain: string,
nextDomain: string,
existRetryTimes: number,
originalQuery: string, // to get originalQuery
originalQuery: string,
) {
return (
cleanUrl(currRetryUrl.replace(domain, nextDomain)) +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ function retry(config: RuntimeRetryOptions, e: Event) {
domain: string,
nextDomain: string,
existRetryTimes: number,
originalQuery: string, // to get originalQuery
originalQuery: string,
) {
return (
cleanUrl(currRetryUrl.replace(domain, nextDomain)) +
Expand Down

0 comments on commit d633af9

Please sign in to comment.