Skip to content

Commit b5b9b13

Browse files
committed
feat: add swift image compress native module
1 parent 1ca8d74 commit b5b9b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/native-package/ios/ImageCompression/StreamChatImageCompress.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class StreamChatImageCompress: NSObject {
7272
}
7373

7474
if let formatString = dict["format"] as? String,
75-
let format = ImageFormat(rawValue: formatString.lowercased()) {
75+
let format = ImageFormat(rawValue: formatString.lowercased()) {
7676
options.format = format
7777
}
7878

0 commit comments

Comments
 (0)