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 1ca8d74 commit b5b9b13Copy full SHA for b5b9b13
package/native-package/ios/ImageCompression/StreamChatImageCompress.swift
@@ -72,7 +72,7 @@ class StreamChatImageCompress: NSObject {
72
}
73
74
if let formatString = dict["format"] as? String,
75
- let format = ImageFormat(rawValue: formatString.lowercased()) {
+ let format = ImageFormat(rawValue: formatString.lowercased()) {
76
options.format = format
77
78
0 commit comments