Skip to content

Commit af2af25

Browse files
committed
Fixing issue with CampaignItem which breaks update item flow due 'active' and 'is_active' field being together in JSON for campaign item update serialization
1 parent 3b2b9b5 commit af2af25

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/com/taboola/backstage/model/media/campaigns/items/CampaignItem.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@ public String getDescription() {
7474
return description;
7575
}
7676

77-
public Boolean getActive() {
78-
return isActive;
79-
}
80-
8177
public CampaignItemPolicyReview getPolicyReview() {
8278
return policyReview;
8379
}

0 commit comments

Comments
 (0)