chore: comment
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s
All checks were successful
Open PR on Staging / audit_and_check (pull_request) Successful in 38s
This commit is contained in:
parent
28150c424e
commit
5188f27624
@ -297,6 +297,11 @@ export const SignPage = () => {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* We start iterating through all URLs and fetch the zip. If zip is unreachable,
|
||||||
|
* or it fails the hash check, we skip to the next one. Iteration will stop
|
||||||
|
* on the first successful zip, so that's why we do it sequentially.
|
||||||
|
*/
|
||||||
for (let i = 0; i < zipUrls.length; i++) {
|
for (let i = 0; i < zipUrls.length; i++) {
|
||||||
const zipUrl = zipUrls[i]
|
const zipUrl = zipUrls[i]
|
||||||
const isLastZipUrl = i === zipUrls.length - 1
|
const isLastZipUrl = i === zipUrls.length - 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user