Skip to content

Commit

Permalink
Removes unnecessary content block frequency fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
adam1929 authored Aug 7, 2024
1 parent 1b3a404 commit cfcae00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/src/data/encoder/in_app_content_block.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ abstract class InAppContentBlockEncoder {
'id': contentBlock.id,
'name': contentBlock.name,
'date_filter': contentBlock.dateFilter,
'frequency': contentBlock.frequency ??
"always", //TODO: Remove when fixed on native iOS side
'frequency': contentBlock.frequency,
'load_priority': contentBlock.loadPriority,
'consent_category_tracking': contentBlock.consentCategoryTracking,
'content_type': contentBlock.contentType,
Expand Down

0 comments on commit cfcae00

Please sign in to comment.