Make extensions use YourUploadExtractor lib (#1336)

This commit is contained in:
Claudemirovsky
2023-02-26 20:45:53 -03:00
committed by GitHub
parent aab558292b
commit 135be1df02
39 changed files with 170 additions and 454 deletions

View File

@ -39,7 +39,7 @@ class AOAPIInterceptor(client: OkHttpClient) : Interceptor {
val tokenObject = Json.decodeFromString<JsonObject>(tokenResponse)
tokenObject["access_token"]!!.jsonPrimitive.content
} catch(_: Throwable) {
} catch (_: Throwable) {
""
}
}