Skip to content

Commit 4ec58d0

Browse files
committed
CGMResult -> CGMReadingResult
1 parent 0c2f223 commit 4ec58d0

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
@@ -78,7 +78,7 @@ public class ShareClientManager: CGMManager {
7878

7979
public private(set) var latestBackfill: ShareGlucose?
8080

81-
public func fetchNewDataIfNeeded(_ completion: @escaping (CGMResult) -> Void) {
81+
public func fetchNewDataIfNeeded(_ completion: @escaping (CGMReadingResult) -> Void) {
8282
guard let shareClient = shareService.client else {
8383
completion(.noData)
8484
return

0 commit comments

Comments
 (0)