Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit e750161

Browse files
committed
feat: mafmt addrs now support /ipfs no need for ad-hoc filtering
1 parent b9bdb79 commit e750161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class TCP {
6767
multiaddrs = [multiaddrs]
6868
}
6969
return multiaddrs.filter((ma) => {
70-
return mafmt.TCP.matches(ma) || mafmt.TCP_IPFS.matches(ma)
70+
return mafmt.TCP.matches(ma)
7171
})
7272
}
7373
}

0 commit comments

Comments
 (0)