Skip to content

Commit 6d7e273

Browse files
authored
Merge pull request #3 from chandrajeetn/main
added field user_status
2 parents 5663e05 + 011bd6f commit 6d7e273

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

localEvaluation.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ function validateuser(user) {
3636
if (user && user.template_id && typeof user.template_id === "string") {
3737
userProperties.template_id = user.template_id;
3838
}
39+
if (user && user.user_status && typeof user.user_status === "string") {
40+
userProperties.user_status = user.user_status;
41+
}
3942
return userProperties;
4043
}
4144

0 commit comments

Comments
 (0)