Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Mar 29, 2019
1 parent f1cbb8b commit 5e53877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evaluate_flag.js
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function bucketUser(user, key, attr, salt) {
return 0;
}

if (user.secondary !== null && user.secondary !== undefined) {
if (user.secondary) {
idHash += "." + user.secondary;
}

Expand Down

0 comments on commit 5e53877

Please sign in to comment.