Merge pull request #515 from Philoul/Fix_TherapieEventNote

Fix Missing note in InsertTherapyEventNewWithTimestamp
This commit is contained in:
Milos Kozak 2021-05-13 17:46:44 +02:00 committed by GitHub
commit f1d9706c0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,