Kaynağa Gözat

Remove unused property from Determination struct

Deniz Cengiz 2 yıl önce
ebeveyn
işleme
142321ecaa
1 değiştirilmiş dosya ile 0 ekleme ve 2 silme
  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 reservoir: Decimal?
     let isf: Decimal?
     let isf: Decimal?
     var timestamp: Date?
     var timestamp: Date?
-    var recieved: Bool?
     let tdd: Decimal?
     let tdd: Decimal?
     let insulin: Insulin?
     let insulin: Insulin?
     let current_target: Decimal?
     let current_target: Decimal?
@@ -67,7 +66,6 @@ extension Determination {
         case bg
         case bg
         case reservoir
         case reservoir
         case timestamp
         case timestamp
-        case recieved
         case isf = "ISF"
         case isf = "ISF"
         case tdd = "TDD"
         case tdd = "TDD"
         case insulin
         case insulin