Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
John Oberhauser committed May 16, 2024
1 parent cfe08e6 commit 44f7ddf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ class DomainBlocksApiImpl(
protocol = URLProtocol.HTTPS
path("api/v1/domain_blocks")
}
}.toMastodonPagedResponse<String, String> {
it
}
}.toMastodonPagedResponse<String, String> { it }

override suspend fun blockDomain(
domain: String
Expand Down

0 comments on commit 44f7ddf

Please sign in to comment.