support mass claiming tips #379

Merged
jessopb merged 1 commit from feat-unlockAll into master 2021-02-03 03:35:20 +01:00
jessopb commented 2021-01-27 22:55:18 +01:00 (Migrated from github.com)
No description provided.
neb-b (Migrated from github.com) approved these changes 2021-02-02 06:19:17 +01:00
neb-b (Migrated from github.com) left a comment

@jessopb sorry I missed this one. Just one extra comment that can be removed. Looks good

@jessopb sorry I missed this one. Just one extra comment that can be removed. Looks good
@ -146,2 +144,3 @@
const supportCount = resultSets[1]['total_items'];
counts['other'] = typeof paymentCount === 'number' ? paymentCount : 0;
counts['support'] = 0;
counts['support'] = typeof supportCount === 'number' ? supportCount : 0;
neb-b (Migrated from github.com) commented 2021-02-02 06:16:53 +01:00

comment

comment
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#379
No description provided.