We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5663e05 + 011bd6f commit 6d7e273Copy full SHA for 6d7e273
1 file changed
localEvaluation.js
@@ -36,6 +36,9 @@ function validateuser(user) {
36
if (user && user.template_id && typeof user.template_id === "string") {
37
userProperties.template_id = user.template_id;
38
}
39
+ if (user && user.user_status && typeof user.user_status === "string") {
40
+ userProperties.user_status = user.user_status;
41
+ }
42
return userProperties;
43
44
0 commit comments