Skip to content

Commit 34dc84d

Browse files
properly reset dedupe key when updating user with values (#496)
1 parent 533224f commit 34dc84d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StatsigClient.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ export default class StatsigClient implements IHasStatsigInternal, IStatsig {
827827

828828
this.identity.updateUser(this.normalizeUser(user));
829829
this.store.bootstrap(values);
830+
this.logger.resetDedupeKeys();
830831
fireCompletionCallback(true, null);
831832
return true;
832833
},

0 commit comments

Comments
 (0)