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