mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
missed a comma in network helper
This commit is contained in:
parent
a279053ac5
commit
6af327d0d9
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ class NetworkHelper(val context: Context) {
|
||||||
.maxContentLength(250000L)
|
.maxContentLength(250000L)
|
||||||
.redactHeaders(emptySet())
|
.redactHeaders(emptySet())
|
||||||
.alwaysReadResponseBody(false)
|
.alwaysReadResponseBody(false)
|
||||||
.build()
|
.build(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue