Просмотр исходного кода

Merge branch 'core-data-sync-trio' of github.com:dnzxy/Trio-dev into trio/live-activity-redesign

Deniz Cengiz 1 год назад
Родитель
Сommit
794a12d495

+ 1 - 2
FreeAPS/Sources/Modules/Home/HomeStateModel+Setup/GlucoseSetup.swift

@@ -16,8 +16,7 @@ extension Home.StateModel {
             onContext: glucoseFetchContext,
             predicate: NSPredicate.glucose,
             key: "date",
-            ascending: true,
-            fetchLimit: 288
+            ascending: true
         )
 
         return await glucoseFetchContext.perform {