File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ public static void Start(AdjustConfig adjustConfig)
136
136
string sceneName = adjustConfig . sceneName != null ? adjustConfig . sceneName : "ADJ_INVALID" ;
137
137
string userAgent = adjustConfig . userAgent != null ? adjustConfig . userAgent : "ADJ_INVALID" ;
138
138
string defaultTracker = adjustConfig . defaultTracker != null ? adjustConfig . defaultTracker : "ADJ_INVALID" ;
139
- string extenralDeviceId = adjustConfig . extenralDeviceId != null ? adjustConfig . extenralDeviceId : "ADJ_INVALID" ;
139
+ string externalDeviceId = adjustConfig . externalDeviceId != null ? adjustConfig . externalDeviceId : "ADJ_INVALID" ;
140
140
string environment = adjustConfig . environment . ToLowercaseString ( ) ;
141
141
long info1 = AdjustUtils . ConvertLong ( adjustConfig . info1 ) ;
142
142
long info2 = AdjustUtils . ConvertLong ( adjustConfig . info2 ) ;
@@ -163,7 +163,7 @@ public static void Start(AdjustConfig adjustConfig)
163
163
sdkPrefix ,
164
164
userAgent ,
165
165
defaultTracker ,
166
- extenralDeviceId ,
166
+ externalDeviceId ,
167
167
sceneName ,
168
168
allowSuppressLogLevel ,
169
169
logLevel ,
You can’t perform that action at this time.
0 commit comments