Merge pull request #515 from Philoul/Fix_TherapieEventNote
Fix Missing note in InsertTherapyEventNewWithTimestamp
This commit is contained in:
commit
f1d9706c0b
1 changed files with 1 additions and 1 deletions
|
@ -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