We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea81f5 commit f6a31c0Copy full SHA for f6a31c0
iOS_SDK/OneSignalSDK/OneSignalUser/Source/OSPropertiesModel.swift
@@ -107,7 +107,7 @@ class OSPropertiesModel: OSModel {
107
self.tags.removeValue(forKey: tag)
108
tagsToSend[tag] = ""
109
}
110
- self.set(property: "aliases", newValue: tagsToSend)
+ self.set(property: "tags", newValue: tagsToSend)
111
112
113
public override func hydrateModel(_ response: [String: Any]) {
0 commit comments