1.9.9.8
This commit is contained in:
@@ -10,9 +10,9 @@ import kotlinx.serialization.Serializable
|
|||||||
|
|
||||||
class SupabaseRepository {
|
class SupabaseRepository {
|
||||||
|
|
||||||
/**
|
// /**
|
||||||
* Получить все категории из таблицы category с подсчетом радиостанций
|
// * Получить все категории из таблицы category с подсчетом радиостанций
|
||||||
*/
|
// */
|
||||||
suspend fun getCategories(): Result<List<Category>> = withContext(Dispatchers.IO) {
|
suspend fun getCategories(): Result<List<Category>> = withContext(Dispatchers.IO) {
|
||||||
try {
|
try {
|
||||||
val response = SupabaseClient.client
|
val response = SupabaseClient.client
|
||||||
|
|||||||
Reference in New Issue
Block a user