|
@@ -249,12 +249,12 @@ final class OpenAPS {
|
|
|
if let bolusDTO = event.toBolusDTOEnum() {
|
|
if let bolusDTO = event.toBolusDTOEnum() {
|
|
|
eventDTOs.append(bolusDTO)
|
|
eventDTOs.append(bolusDTO)
|
|
|
}
|
|
}
|
|
|
- if let tempBasalDTO = event.toTempBasalDTOEnum() {
|
|
|
|
|
- eventDTOs.append(tempBasalDTO)
|
|
|
|
|
- }
|
|
|
|
|
if let tempBasalDurationDTO = event.toTempBasalDurationDTOEnum() {
|
|
if let tempBasalDurationDTO = event.toTempBasalDurationDTOEnum() {
|
|
|
eventDTOs.append(tempBasalDurationDTO)
|
|
eventDTOs.append(tempBasalDurationDTO)
|
|
|
}
|
|
}
|
|
|
|
|
+ if let tempBasalDTO = event.toTempBasalDTOEnum() {
|
|
|
|
|
+ eventDTOs.append(tempBasalDTO)
|
|
|
|
|
+ }
|
|
|
return eventDTOs
|
|
return eventDTOs
|
|
|
}
|
|
}
|
|
|
return dtos
|
|
return dtos
|