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.
2 parents 87f3819 + 67caf38 commit df8d2fdCopy full SHA for df8d2fd
OmniKit/OmnipodCommon/Pod.swift
@@ -98,7 +98,7 @@ public struct Pod {
98
public static let defaultLowReservoirReminder: Double = 10
99
100
// Allowed Low Reservoir reminder values
101
- public static let allowedLowReservoirReminderValues = Array(stride(from: 10, through: 50, by: 1))
+ public static let allowedLowReservoirReminderValues = Array(stride(from: 1, through: 50, by: 1))
102
}
103
104
// DeliveryStatus used in StatusResponse and DetailedStatus
0 commit comments