Skip to content

Commit

Permalink
extend kargo switch for a month
Browse files Browse the repository at this point in the history
  • Loading branch information
SiAdcock committed Nov 29, 2023
1 parent 093525a commit a8be4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/conf/switches/ABTestSwitches.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ trait ABTestSwitches {
"Test Kargo as a prebid bidder for US traffic.",
owners = Seq(Owner.withEmail("[email protected]")),
safeState = Off,
sellByDate = Some(LocalDate.of(2023, 11, 30)),
sellByDate = Some(LocalDate.of(2024, 1, 9)),
exposeClientSide = true,
)
}

0 comments on commit a8be4a5

Please sign in to comment.