- small text change
This commit is contained in:
parent
e82c6976fd
commit
5ca5458117
|
@ -96,7 +96,7 @@ class AidexPlugin @Inject constructor(
|
|||
)
|
||||
repository.runTransactionForResult(CgmSourceTransaction(glucoseValues, emptyList(), null))
|
||||
.doOnError {
|
||||
aapsLogger.error(LTag.DATABASE, "Error while saving values from Xdrip", it)
|
||||
aapsLogger.error(LTag.DATABASE, "Error while saving values from Aidex", it)
|
||||
ret = Result.failure(workDataOf("Error" to it.toString()))
|
||||
}
|
||||
.blockingGet()
|
||||
|
|
Loading…
Reference in a new issue