Skip to content

Commit

Permalink
fix(#79-support-search): clowns push
Browse files Browse the repository at this point in the history
  • Loading branch information
y9Kap committed Oct 30, 2023
1 parent 6be974a commit d219205
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ internal class UsersEngine(

@Serializable
private data class GetUserBody(val id: UserIdSerializable?)

private fun GetUserRequest.toBody() = GetUserBody(userId?.serializable())

suspend fun getUser(request: GetUserRequest): GetUserRequest.Response {
Expand Down

0 comments on commit d219205

Please sign in to comment.