We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5195f6 commit 51cbb34Copy full SHA for 51cbb34
ios/Classes/codec/AblyFlutterReader.m
@@ -253,7 +253,7 @@ +(ARTTokenParams *)tokenParamsFromDictionary: (NSDictionary *) dictionary {
253
254
for (NSString *key in dictionary) {
255
NSString *value = dictionary[key];
256
- ARTStringifiable *stringifiable = [[ARTStringifiable alloc] initWithString:value];
+ ARTStringifiable *stringifiable = [ARTStringifiable withString:value];
257
result[key] = stringifiable;
258
}
259
0 commit comments