Skip to content

Commit

Permalink
Fix mishap in e020ae5
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich committed Mar 23, 2024
1 parent e020ae5 commit 6965e59
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,20 @@ package mihon.domain.extensionrepo.service

import androidx.core.net.toUri
import eu.kanade.tachiyomi.network.GET
import eu.kanade.tachiyomi.network.NetworkHelper
import eu.kanade.tachiyomi.network.awaitSuccess
import eu.kanade.tachiyomi.network.parseAs
import kotlinx.serialization.json.Json
import logcat.LogPriority
import mihon.domain.extensionrepo.model.ExtensionRepo
import okhttp3.OkHttpClient
import tachiyomi.core.common.util.lang.withIOContext
import tachiyomi.core.common.util.system.logcat

class ExtensionRepoService(
private val client: OkHttpClient,
networkHelper: NetworkHelper,
private val json: Json,
) {
val client = networkHelper.client

@Suppress("TooGenericExceptionCaught")
suspend fun fetchRepoDetails(
Expand Down

0 comments on commit 6965e59

Please sign in to comment.