mirror of https://github.com/usbharu/Hideout.git
Update src/main/kotlin/dev/usbharu/hideout/mastodon/service/app/AppApiService.kt
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
b588f201e1
commit
227c9544e1
|
@ -67,8 +67,6 @@ class AppApiServiceImpl(
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun parseScope(string: String): Set<String> {
|
private fun parseScope(string: String): Set<String> {
|
||||||
|
|
||||||
|
|
||||||
return string.split(" ")
|
return string.split(" ")
|
||||||
.flatMap {
|
.flatMap {
|
||||||
when (it) {
|
when (it) {
|
||||||
|
|
Loading…
Reference in New Issue