Skip to content

Commit 8f420f8

Browse files
committed
Update CameraDeviceFormat.swift
1 parent 18bba3f commit 8f420f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/ios/Core/Types/CameraDeviceFormat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ struct CameraDeviceFormat: Equatable, CustomStringConvertible {
6868
minISO = jsValue["minISO"] as! Float
6969
maxISO = jsValue["maxISO"] as! Float
7070
minExposureDuration = jsValue["minExposureDuration"] as! Double
71-
maxExposureDuration = jsValue["minExposureDuration"] as! Double
71+
maxExposureDuration = jsValue["maxExposureDuration"] as! Double
7272
fieldOfView = jsValue["fieldOfView"] as! Float
7373
let jsVideoStabilizationModes = jsValue["videoStabilizationModes"] as! [String]
7474
videoStabilizationModes = try jsVideoStabilizationModes.map { try VideoStabilizationMode(jsValue: $0) }

0 commit comments

Comments
 (0)