Skip to content

Commit

Permalink
fix: explicit undefined return after loop
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielforster committed Aug 29, 2024
1 parent 22022ff commit d5fa2bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/http/call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,6 @@ export async function callHttpWithRetry<T> (
await new Promise(resolve => setTimeout(resolve, timeoutBetweenRetries ?? 500))
}
}

return undefined
}

0 comments on commit d5fa2bf

Please sign in to comment.