Browse Source

Fix bad merge

Jon Mårtensson 4 years ago
parent
commit
3a0b1f6267
1 changed files with 0 additions and 1 deletions
  1. 0 1
      FreeAPS/Sources/APS/DeviceDataManager.swift

+ 0 - 1
FreeAPS/Sources/APS/DeviceDataManager.swift

@@ -98,7 +98,6 @@ final class BaseDeviceDataManager: DeviceDataManager, Injectable {
 
     func heartbeat(date: Date) {
         processQueue.safeSync {
-            default:
             lastHeartBeatTime = date
             updatePumpData()
         }