Uniqueness check
Full path to the Typescript file
script/github/close-prs.ts
Function(s)/scope targeted
githubRequest()
Relevant Qlty output
script/github/close-prs.ts
Complex binary expression
319 if ((response.status === 403 || response.status === 429 || response.status >= 500) && retryMs > 0 && attempt < 10) {
Uniqueness check
Full path to the Typescript file
script/github/close-prs.ts
Function(s)/scope targeted
githubRequest()
Relevant Qlty output
script/github/close-prs.ts Complex binary expression 319 if ((response.status === 403 || response.status === 429 || response.status >= 500) && retryMs > 0 && attempt < 10) {