Skip to content

Commit

Permalink
Merge branch 'main' into update/logback-classic-1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0ns authored Mar 29, 2024
2 parents 2547dee + b324306 commit 99da978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/com/bot4s/telegram/api/RequestHandler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract class RequestHandler[F[_]](implicit monadError: MonadError[F, Throwable
.rethrow
} yield result

private def sendRequestInternal[R](request: Request[R]): F[R] =
protected def sendRequestInternal[R](request: Request[R]): F[R] =
request match {
// Pure JSON requests
case s: ApproveChatJoinRequest => sendRequest[R, ApproveChatJoinRequest](s)
Expand Down

0 comments on commit 99da978

Please sign in to comment.