Missing note in InsertTherapyEventNewWithTimestamp
This commit is contained in:
parent
bcd74897d4
commit
da444c2043
|
@ -203,7 +203,7 @@ class PumpSyncImplementation @Inject constructor(
|
|||
timestamp = timestamp,
|
||||
type = type.toDBbEventType(),
|
||||
duration = 0,
|
||||
note = null,
|
||||
note = note,
|
||||
enteredBy = "AndroidAPS",
|
||||
glucose = null,
|
||||
glucoseType = null,
|
||||
|
|
Loading…
Reference in a new issue