Don't add title to Rumble ads provider

This commit is contained in:
Alex Gleason 2022-08-03 11:12:22 -05:00
parent 0bffe4a227
commit 3a010fa60d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -32,7 +32,6 @@ const RumbleAdProvider: AdProvider = {
impression: item.impression, impression: item.impression,
card: normalizeCard({ card: normalizeCard({
type: item.type === 1 ? 'link' : 'rich', type: item.type === 1 ? 'link' : 'rich',
title: 'Sponsored post',
image: item.asset, image: item.asset,
url: item.click, url: item.click,
}), }),