Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Oct 6, 2023
2 parents 6d62202 + 4b2ae86 commit cf152af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ class MockCampaign() {
def get(id: CampaignEventId): IOResult[Option[CampaignEvent]] = {
items.get.map(_.get(id))
}
def saveCampaignEvent(c: CampaignEvent): IOResult[CampaignEvent] = {
def saveCampaignEvent(c: CampaignEvent): IOResult[CampaignEvent] = {
for {
_ <- items.update(map => map + ((c.id, c)))
} yield c
Expand Down

0 comments on commit cf152af

Please sign in to comment.