Skip to content

Commit bb6aae7

Browse files
author
Darin Krauss
authored
[LOOP-28] Upload loop settings data to Tidepool backend (#32)
- https://tidepool.atlassian.net/browse/LOOP-28 - Add device to CGMManagerStatus
1 parent f55e9a4 commit bb6aae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ShareClient/ShareClientManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class ShareClientManager: CGMManager {
6868
}
6969

7070
public var cgmManagerStatus: CGMManagerStatus {
71-
return CGMManagerStatus(hasValidSensorSession: hasValidSensorSession)
71+
return CGMManagerStatus(hasValidSensorSession: hasValidSensorSession, device: device)
7272
}
7373

7474
public var hasValidSensorSession: Bool {

0 commit comments

Comments
 (0)