Explorar el Código

Remove comment

polscm32 hace 1 año
padre
commit
c35b166cb0

+ 0 - 1
Trio/Sources/Modules/Home/HomeStateModel+Setup/CurrentTDDSetup.swift

@@ -31,7 +31,6 @@ extension Home.StateModel {
         self[keyPath: keyPath] = tddObjects
         self[keyPath: keyPath] = tddObjects
     }
     }
 
 
-    // Custom fetch to more efficiently filter only for cob and iob
     private func fetchTDDIDs() async throws -> [NSManagedObjectID] {
     private func fetchTDDIDs() async throws -> [NSManagedObjectID] {
         let results = try await CoreDataStack.shared.fetchEntitiesAsync(
         let results = try await CoreDataStack.shared.fetchEntitiesAsync(
             ofType: TDDStored.self,
             ofType: TDDStored.self,

+ 1 - 1
Trio/Sources/Services/LiveActivity/Data/DataManager.swift

@@ -24,7 +24,7 @@ extension LiveActivityBridge {
             }
             }
         }
         }
     }
     }
- 
+
     // TODO: extract logic or at least rename function appropiately
     // TODO: extract logic or at least rename function appropiately
     func fetchAndMapDetermination() async throws -> DeterminationData? {
     func fetchAndMapDetermination() async throws -> DeterminationData? {
         let results = try await CoreDataStack.shared.fetchEntitiesAsync(
         let results = try await CoreDataStack.shared.fetchEntitiesAsync(