Correct path based resolution count
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
550974ef4b
commit
141c2a02bf
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue