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.
1 parent 0c2f223 commit 4ec58d0Copy full SHA for 4ec58d0
ShareClient/ShareClientManager.swift
@@ -78,7 +78,7 @@ public class ShareClientManager: CGMManager {
78
79
public private(set) var latestBackfill: ShareGlucose?
80
81
- public func fetchNewDataIfNeeded(_ completion: @escaping (CGMResult) -> Void) {
+ public func fetchNewDataIfNeeded(_ completion: @escaping (CGMReadingResult) -> Void) {
82
guard let shareClient = shareService.client else {
83
completion(.noData)
84
return
0 commit comments