Skip to content

Commit b1e5cf4

Browse files
authored
Removed based on PR feedback
1 parent 4948a1b commit b1e5cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Mixpanel/MixpanelAPI.cs

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ public static void Alias(this string alias)
2929
properties["alias"] = alias;
3030
properties["original"] = DistinctId;
3131
Track("$create_alias", properties);
32-
DistinctId = alias;
3332
Flush();
3433
}
3534

0 commit comments

Comments
 (0)