Skip to content

Commit bc3434c

Browse files
committed
primitives - targeting - Remove todo
1 parent 4cb28bf commit bc3434c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

primitives/src/targeting.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ impl Input {
8686
.map(|ad_slot| Value::String(ad_slot.hostname.clone()))
8787
.ok_or(Error::UnknownVariable),
8888
"adSlot.alexaRank" => {
89-
// @TODO: Decide how to handle Alexa rank values
9089
let ad_slot = self.ad_slot.as_ref().ok_or(Error::UnknownVariable)?;
9190
let alexa_rank = ad_slot.alexa_rank.ok_or(Error::UnknownVariable)?;
9291

0 commit comments

Comments
 (0)