Преглед изворни кода

Remove redundent SMB string

Brian Wieder пре 2 година
родитељ
комит
8a07d4d3be
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      FreeAPS/Sources/Models/PumpHistoryEvent.swift

+ 1 - 1
FreeAPS/Sources/Models/PumpHistoryEvent.swift

@@ -46,7 +46,7 @@ struct PumpHistoryEvent: JSON, Equatable {
 
 enum EventType: String, JSON {
     case bolus = "Bolus"
-    case SMB = "SMB"
+    case SMB
     case mealBolus = "Meal Bolus"
     case correctionBolus = "Correction Bolus"
     case snackBolus = "Snack Bolus"