Skip to content

Commit 7aeb512

Browse files
authored
fix: context attribute keys in precomputed config wire (#94)
1 parent 4de69fc commit 7aeb512

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configuration-wire/precomputed-v1-deobfuscated.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"precomputed": {
44
"subjectKey": "test-subject-key",
55
"subjectAttributes": {
6-
"categorical": {
6+
"categoricalAttributes": {
77
"platform": "ios",
88
"language": "en-US",
99
"hasPushEnabled": false,
1010
"buildNumber": 42
1111
},
12-
"numeric": {
12+
"numericAttributes": {
1313
"lastLoginDays": 3,
1414
"lifetimeValue": 543.21
1515
}

configuration-wire/precomputed-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"precomputed": {
44
"subjectKey": "test-subject-key",
55
"subjectAttributes": {
6-
"categorical": {
6+
"categoricalAttributes": {
77
"platform": "ios",
88
"language": "en-US",
99
"hasPushEnabled": false,
1010
"buildNumber": 42
1111
},
12-
"numeric": {
12+
"numericAttributes": {
1313
"lastLoginDays": 3,
1414
"lifetimeValue": 543.21
1515
}

0 commit comments

Comments
 (0)