Skip to content

Commit

Permalink
fix event property merge
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Apr 29, 2024
1 parent 894e7bd commit ce4bc81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/MixpanelVapor/MixpanelVapor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ final class Mixpanel {
}
}

properties.merge(params) { current, _ in
current
properties.merge(params) { _ , new in
new
}

struct Event: Content {
Expand Down

0 comments on commit ce4bc81

Please sign in to comment.