Ensuring affiliate URL is valid.
This commit is contained in:
@@ -39,7 +39,7 @@ export function curateEntity(entity, context) {
|
||||
},
|
||||
};
|
||||
|
||||
curatedEntity.affiliateUrl = getAffiliateEntityUrl(curatedEntity, curatedEntity);
|
||||
curatedEntity.affiliateUrl = getAffiliateEntityUrl(curatedEntity);
|
||||
|
||||
return curatedEntity;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user