Add comment

This commit is contained in:
davidoskky 2022-09-26 23:19:31 +02:00
parent a382fc89ea
commit e2afff0b8e

View File

@ -456,6 +456,7 @@ class Repository(private val api: SelfossApi, private val appSettingsService: Ap
return emptyList() return emptyList()
} }
// TODO: Add tests
suspend fun handleDBActions() { suspend fun handleDBActions() {
val actions: List<ACTION> = getDBActions() val actions: List<ACTION> = getDBActions()