Make extensions use YourUploadExtractor lib (#1336)
This commit is contained in:
@ -39,7 +39,7 @@ class AOAPIInterceptor(client: OkHttpClient) : Interceptor {
|
||||
val tokenObject = Json.decodeFromString<JsonObject>(tokenResponse)
|
||||
|
||||
tokenObject["access_token"]!!.jsonPrimitive.content
|
||||
} catch(_: Throwable) {
|
||||
} catch (_: Throwable) {
|
||||
""
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user