Explorar el Código

Run determine-basal sync to update COB after editing carb entries

Deniz Cengiz hace 1 año
padre
commit
5e123fdd3c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Trio/Sources/Modules/DataTable/DataTableStateModel.swift

+ 2 - 0
Trio/Sources/Modules/DataTable/DataTableStateModel.swift

@@ -313,6 +313,8 @@ extension DataTable {
                 )
                 )
 
 
                 await syncWithServices()
                 await syncWithServices()
+                // Perform a determine basal sync to update cob
+                await apsManager.determineBasalSync()
             }
             }
         }
         }