Sfoglia il codice sorgente

Remove unused property from Determination struct

Deniz Cengiz 1 anno fa
parent
commit
142321ecaa
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      FreeAPS/Sources/Models/Determination.swift

+ 0 - 2
FreeAPS/Sources/Models/Determination.swift

@@ -19,7 +19,6 @@ struct Determination: JSON, Equatable {
     let reservoir: Decimal?
     let isf: Decimal?
     var timestamp: Date?
-    var recieved: Bool?
     let tdd: Decimal?
     let insulin: Insulin?
     let current_target: Decimal?
@@ -67,7 +66,6 @@ extension Determination {
         case bg
         case reservoir
         case timestamp
-        case recieved
         case isf = "ISF"
         case tdd = "TDD"
         case insulin