replace one more instance of contentName with claimName
This commit is contained in:
parent
3fa1ed2796
commit
3035cbdde6
2 changed files with 2 additions and 2 deletions
2
dist/bundle.es.js
vendored
2
dist/bundle.es.js
vendored
|
@ -1610,7 +1610,7 @@ const doCheckSubscription = (subscriptionUri, shouldNotify) => (dispatch, getSta
|
|||
claimId: claimsInChannel[0].claim_id
|
||||
}, false)
|
||||
}, lbryRedux.buildURI({
|
||||
contentName: claimsInChannel[0].name,
|
||||
claimName: claimsInChannel[0].name,
|
||||
claimId: claimsInChannel[0].claim_id
|
||||
}, false))); // calling FETCH_CHANNEL_CLAIMS_COMPLETED after not calling STARTED
|
||||
// means it will delete a non-existant fetchingChannelClaims[uri]
|
||||
|
|
|
@ -226,7 +226,7 @@ export const doCheckSubscription = (subscriptionUri: string, shouldNotify?: bool
|
|||
),
|
||||
},
|
||||
buildURI(
|
||||
{ contentName: claimsInChannel[0].name, claimId: claimsInChannel[0].claim_id },
|
||||
{ claimName: claimsInChannel[0].name, claimId: claimsInChannel[0].claim_id },
|
||||
false
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue