Skip to content

Commit

Permalink
Address build failure by removing duplicate case
Browse files Browse the repository at this point in the history
  • Loading branch information
dnzxy authored Jun 3, 2024
1 parent a06cd43 commit dbeb61f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ extension PumpSettingsEditor {
self.processQueue.async {
pump.syncDeliveryLimits(limits: limits) { result in
switch result {
case .success:
case let .success(actual):
case let .success(actual):
// Store the limits from the pumpManager to ensure the correct values
// Example: Dana pumps don't allow to set these limits, only to fetch them
// This will ensure we always have the correct values stored
Expand Down

0 comments on commit dbeb61f

Please sign in to comment.