This commit is contained in:
joker-x 2020-08-30 10:38:50 +02:00
parent c601dc9709
commit e2e00034be

View file

@ -86,7 +86,6 @@ async function listWithSegmentByCampaignDTAjax(context, campaignId, params) {
}
async function getByIdTx(tx, context, id) {
await shares.enforceEntityPermissionTx(tx, context, 'list', id, 'view');
const entity = await tx('lists').where('id', id).first();
return entity;
}