Skip to content

Commit

Permalink
Revert accidentally committed change
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeMucientes committed Oct 3, 2024
1 parent 373bc6d commit 70f34a7
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 70f34a7

Please sign in to comment.