Skip to content

Commit 6d2461d

Browse files
jpavioliJustin Avioli
andauthored
Correct Casing in SetUserAttribute js method
Co-authored-by: Justin Avioli <[email protected]>
1 parent da29e8e commit 6d2461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ class User {
161161

162162
setUserAttribute (key, value) {
163163
if (value && value.constructor === Array) {
164-
NativeModules.Mparticle.setUserAttributeArray(this.userId, key, value)
164+
NativeModules.MParticle.setUserAttributeArray(this.userId, key, value)
165165
} else {
166166
NativeModules.MParticle.setUserAttribute(this.userId, key, value)
167167
}

0 commit comments

Comments
 (0)