Skip to content

Commit

Permalink
fix: added matchId check and timestamp conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Oct 11, 2023
1 parent 379a950 commit 8c3c9d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/__tests__/data/campaign_manager.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"density": 2
}
},
"originalTimestamp": "2022-11-17T00:22:02.903+05:30",
"originalTimestamp": "2021-01-04T08:25:04.780Z",
"properties": {
"profileId": "34245",
"floodlightConfigurationId": "213123123",
Expand Down Expand Up @@ -234,7 +234,7 @@
{
"floodlightConfigurationId": "213123123",
"ordinal": "string",
"timestampMicros": "1668624722903000",
"timestampMicros": "1609748704780000",
"floodlightActivityId": "456543345245",
"quantity": "455678",
"value": 756,
Expand Down

0 comments on commit 8c3c9d6

Please sign in to comment.