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:
usbharu 2023-11-18 00:28:20 +09:00 committed by GitHub
parent d4548fe095
commit 25169671b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -67,8 +67,6 @@ class AppApiServiceImpl(
}
private fun parseScope(string: String): Set<String> {
return string.split(" ")
.flatMap {
when (it) {