mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
fixed 500 Internal Server Error
This commit is contained in:
@@ -94,6 +94,7 @@ class LuxmedApi[F[_]: ThrowableMonad] extends ApiBase {
|
||||
.param("doctorsIds", doctorId.map(_.toString))
|
||||
.param("nextSearch", false.toString)
|
||||
.param("searchByMedicalSpecialist", false.toString)
|
||||
.param("delocalized", false.toString)
|
||||
get[TermsIndexResponse](request).map(_.body)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user