add missing initial value for array reduce call
This commit is contained in:
parent
adb42b2c75
commit
88720903f4
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ lbry._updateClaimOwnershipCache = function(claimId) {
|
|||
lbry.getMyClaims((claimInfos) => {
|
||||
lbry._claimIdOwnershipCache[claimId] = !!claimInfos.reduce(function(match, claimInfo) {
|
||||
return match || claimInfo.claim_id == claimId;
|
||||
});
|
||||
}, false);
|
||||
});
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue