Skip to content

Commit f6a31c0

Browse files
committed
Fixing removing tags
1 parent 0ea81f5 commit f6a31c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/OneSignalUser/Source/OSPropertiesModel.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class OSPropertiesModel: OSModel {
107107
self.tags.removeValue(forKey: tag)
108108
tagsToSend[tag] = ""
109109
}
110-
self.set(property: "aliases", newValue: tagsToSend)
110+
self.set(property: "tags", newValue: tagsToSend)
111111
}
112112

113113
public override func hydrateModel(_ response: [String: Any]) {

0 commit comments

Comments
 (0)