Skip to content

Commit f5fdb55

Browse files
committed
Merge branch 'dev' into aip-31-remove-obsolete-fields
2 parents e514c09 + 2b48692 commit f5fdb55

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
@@ -53,7 +53,8 @@ pub mod units_for_slot {
5353
#[derive(Debug, Serialize, Deserialize)]
5454
#[serde(rename_all = "camelCase")]
5555
pub struct Response {
56-
pub targeting_input_base: Vec<Rule>,
56+
// TODO: This should be Input, however, we only need the fields and not the Global: Channel, Status & BalancesMap
57+
pub targeting_input_base: (),
5758
pub accepted_referrers: Vec<Url>,
5859
pub fallback_unit: AdUnit,
5960
pub campaigns: Vec<Campaign>,

0 commit comments

Comments
 (0)