Skip to content

Commit

Permalink
[Posthog] fix swapped alias ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeffrey18 committed Jun 27, 2024
1 parent 13d2951 commit 337ecef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/v0/destinations/posthog/data/PHAliasConfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[
{
"destKey": "properties.alias",
"destKey": "properties.distinct_id",
"sourceKeys": "userId",
"sourceFromGenericMap": true,
"required": true
},
{
"destKey": "properties.distinct_id",
"destKey": "properties.alias",
"sourceKeys": "previousId",
"required": true
},
Expand Down

0 comments on commit 337ecef

Please sign in to comment.