Skip to content

Commit 55722b7

Browse files
Ankush MehtaAnkush Mehta
authored andcommitted
refactored_failure
1 parent 08ad6aa commit 55722b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terminalone/models/advertiser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Advertiser(Entity):
1414
_freq_int = t1types.enum({'hour', 'day', 'week', 'month', 'campaign',
1515
'not-applicable'}, 'not-applicable')
1616
_freq_type = t1types.enum({'even', 'asap', 'no-limit'}, 'no-limit'),
17-
_bid_cross_types = t1types.enum({'DETERMINISTIC_ONLY', 'DETERMINISTIC_FIRST'}, 'DETERMINISTIC_ONLY')
17+
_measure_cross_device_graph = t1types.enum({'DETERMINISTIC_ONLY', 'DETERMINISTIC_FIRST'}, 'DETERMINISTIC_ONLY')
1818
_relations = {
1919
'ad_server', 'agency', 'billing_contact', 'sales_contact', 'vertical',
2020
}

0 commit comments

Comments
 (0)