From da444c20430b2e523f11278a7bc6322248d9280b Mon Sep 17 00:00:00 2001 From: Philoul Date: Thu, 13 May 2021 12:15:00 +0200 Subject: [PATCH] Missing note in InsertTherapyEventNewWithTimestamp --- .../androidaps/plugins/pump/PumpSyncImplementation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/java/info/nightscout/androidaps/plugins/pump/PumpSyncImplementation.kt b/core/src/main/java/info/nightscout/androidaps/plugins/pump/PumpSyncImplementation.kt index b313af90ef..4ea4d4d712 100644 --- a/core/src/main/java/info/nightscout/androidaps/plugins/pump/PumpSyncImplementation.kt +++ b/core/src/main/java/info/nightscout/androidaps/plugins/pump/PumpSyncImplementation.kt @@ -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,