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
co-authored by github-actions[bot]
parent b588f201e1
commit 227c9544e1
@@ -67,8 +67,6 @@ class AppApiServiceImpl(
}
private fun parseScope(string: String): Set<String> {
return string.split(" ")
.flatMap {
when (it) {