remove unused modifier
This commit is contained in:
parent
0a207943b2
commit
5abaf4e1ca
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ class XdripPlugin @Inject constructor(
|
|||
}
|
||||
}
|
||||
|
||||
private suspend fun sendProfileStore(dataPair: DataSyncSelector.DataPair, progress: String) {
|
||||
private fun sendProfileStore(dataPair: DataSyncSelector.DataPair, progress: String) {
|
||||
val data = (dataPair as DataSyncSelector.PairProfileStore).value
|
||||
rxBus.send(EventXdripNewLog("SENDING", "Sent 1 PROFILE ($progress)"))
|
||||
broadcast(
|
||||
|
|
Loading…
Add table
Reference in a new issue