Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmojo committed Mar 8, 2024
1 parent 534532b commit aa6d276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniBLE/PumpManager/OmniBLEPumpManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ extension OmniBLEPumpManager {
self.podComms.pairAndSetupPod(timeZone: .currentFixed, insulinType: insulinType, messageLogger: self)
{ (result) in

// Have new podState, reset all the per pod pump manager state
self.resetPerPodPumpManagerState()

// Calls completion
Expand All @@ -904,7 +905,6 @@ extension OmniBLEPumpManager {
self.resumingPodSetup()

self.podComms.runSession(withName: "Prime pod") { (result) in

// Calls completion
primeSession(result)
}
Expand Down

0 comments on commit aa6d276

Please sign in to comment.