Skip to content

Commit

Permalink
Merge pull request #3105 from wordpress-mobile/fix/make-objective-fie…
Browse files Browse the repository at this point in the history
…ld-nullable

Make objective field nullable
  • Loading branch information
irfano authored Oct 3, 2024
2 parents 373bc6d + 70f34a7 commit 7ad6ce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ data class BlazeCampaignCreationRequest(
val targetingParameters: BlazeTargetingParameters?,
val timeZoneId: String = TimeZone.getDefault().id,
val isEndlessCampaign: Boolean,
val objectiveId: String
val objectiveId: String?
)

data class BlazeCampaignCreationRequestBudget(
Expand Down

0 comments on commit 7ad6ce4

Please sign in to comment.