*Filter is not stored
This commit is contained in:
parent
3f8e7075a1
commit
0d5d3fa1e3
|
@ -106,7 +106,7 @@ export default class IpfsProvider extends BaseProvider {
|
||||||
(item) => "/" + item.value.replace("://", "/").replace(/^\+/, "/")
|
(item) => "/" + item.value.replace("://", "/").replace(/^\+/, "/")
|
||||||
);
|
);
|
||||||
|
|
||||||
contentRecords.filter((item) => path(item));
|
contentRecords = contentRecords.filter((item) => path(item));
|
||||||
if (!contentRecords.length) {
|
if (!contentRecords.length) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue