Closed LautaroPetaccio closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
builder | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 13, 2024 1:12pm |
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/modules/ens/utils.ts | 1 | 3 | 33.33% | ||
<!-- | Total: | 4 | 6 | 66.67% | --> |
Totals | |
---|---|
Change from base Build 10849574136: | -0.003% |
Covered Lines: | 5712 |
Relevant Lines: | 10879 |
When the use has more than 150 parcels, the
getLandRedirectionHashes
client call fails because the server can only answer 150 coordinates at a time. This PR fixes that by batching the requests.