Skip to content

Commit

Permalink
fix: Remove duplicate key in dictionary literal
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Aug 13, 2021
1 parent 8580014 commit b1ecb17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mParticle-Apple-SDK/Kits/MPKitContainer.mm
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,7 @@ - (NSDictionary *)methodMessageTypeMapping {
@"logNetworkPerformanceMeasurement:":kMPMessageTypeStringNetworkPerformance,
@"profileChange:":kMPMessageTypeStringProfile,
@"setOptOut:":kMPMessageTypeStringOptOut,
@"logCommerceEvent:":kMPMessageTypeStringCommerceEvent,
@"leaveBreadcrumb:":kMPMessageTypeStringBreadcrumb
@"logCommerceEvent:":kMPMessageTypeStringCommerceEvent
};

return methodMessageTypeDictionary;
Expand Down

0 comments on commit b1ecb17

Please sign in to comment.