@@ -70,7 +70,7 @@ class OSRequestCreateUser: OneSignalRequest, OSUserRequest {
7070 self . identityModel = identityModel
7171 self . pushSubscriptionModel = pushSubscriptionModel
7272 self . originalPushToken = originalPushToken
73- self . stringDescription = " <OSRequestCreateUser with externalId : \( identityModel. externalId ?? " nil " ) > "
73+ self . stringDescription = " <OSRequestCreateUser with external_id : \( identityModel. externalId ?? " nil " ) > "
7474 super. init ( )
7575
7676 var params : [ String : Any ] = [ : ]
@@ -95,7 +95,7 @@ class OSRequestCreateUser: OneSignalRequest, OSUserRequest {
9595
9696 init ( aliasLabel: String , aliasId: String , identityModel: OSIdentityModel ) {
9797 self . identityModel = identityModel
98- self . stringDescription = " <OSRequestCreateUser with alias \( aliasLabel) : \( aliasId) > "
98+ self . stringDescription = " <OSRequestCreateUser with \( aliasLabel) : \( aliasId) > "
9999 super. init ( )
100100 self . parameters = [
101101 " identity " : [ aliasLabel: aliasId] ,
@@ -126,7 +126,7 @@ class OSRequestCreateUser: OneSignalRequest, OSUserRequest {
126126 self . identityModel = identityModel
127127 self . pushSubscriptionModel = coder. decodeObject ( forKey: " pushSubscriptionModel " ) as? OSSubscriptionModel
128128 self . originalPushToken = coder. decodeObject ( forKey: " originalPushToken " ) as? String
129- self . stringDescription = " <OSRequestCreateUser with externalId : \( identityModel. externalId ?? " nil " ) > "
129+ self . stringDescription = " <OSRequestCreateUser with external_id : \( identityModel. externalId ?? " nil " ) > "
130130 super. init ( )
131131 self . parameters = parameters
132132 self . method = HTTPMethod ( rawValue: rawMethod)
0 commit comments