Brian Wieder 2 лет назад
Родитель
Сommit
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"