Skip to content

Commit 430b768

Browse files
committed
primtiives - Add TODO for /units-for-slot Response
1 parent 9ab6f4c commit 430b768

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

primitives/src/supermarket.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ pub mod units_for_slot {
5252
#[derive(Debug, Serialize, Deserialize)]
5353
#[serde(rename_all = "camelCase")]
5454
pub struct Response {
55-
pub targeting_input_base: Vec<Rule>,
55+
// TODO: This should be Input, however, we only need the fields and not the Global: Channel, Status & BalancesMap
56+
pub targeting_input_base: (),
5657
pub accepted_referrers: Vec<Url>,
5758
pub fallback_unit: AdUnit,
5859
pub campaigns: Vec<Campaign>,

0 commit comments

Comments
 (0)