Pārlūkot izejas kodu

Remove unused property from Determination struct

Deniz Cengiz 1 gadu atpakaļ
vecāks
revīzija
142321ecaa
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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