Correct path based resolution count
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Cat /dev/Nulo 2022-11-25 20:11:22 -03:00
parent 550974ef4b
commit 141c2a02bf

View file

@ -135,7 +135,7 @@ for (const kind of kinds) {
}
console.log("This means:");
const pathBasedCount = totalThings.filter((t) =>
["media-absolute", "media-http"].includes(t.type)
["media-absolute", "link-absolute"].includes(t.type)
).length;
console.log(
`==> ${pathBasedCount} problems that affect users using legacy IPFS gateways`