Merge pull request #1067 from lbryio/master

cut staging
This commit is contained in:
jessopb 2020-06-05 16:27:37 -04:00 committed by GitHub
commit 2b4a379638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,7 @@ export default (db, table, sequelize) => ({
}; };
const selectWhere = { const selectWhere = {
...whereClause, ...whereClause,
claim_type: 1,
publisher_id: channelClaimId, publisher_id: channelClaimId,
}; };
return await table return await table