Browse Source

fix bolus calc not updating after carb entry or insulin entry

polscm32 aka Marvout 1 year ago
parent
commit
20265113e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      FreeAPS/Sources/Modules/Bolus/BolusStateModel.swift

+ 1 - 1
FreeAPS/Sources/Modules/Bolus/BolusStateModel.swift

@@ -612,7 +612,7 @@ extension Bolus.StateModel {
     private func setupDeterminationsArray() {
         Task {
             let ids = await determinationStorage.fetchLastDeterminationObjectID(
-                predicate: NSPredicate.enactedDetermination
+                predicate: NSPredicate.predicateFor30MinAgoForDetermination
             )
             await updateDeterminationsArray(with: ids)
         }