Don't add title to Rumble ads provider
This commit is contained in:
parent
0bffe4a227
commit
3a010fa60d
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue