mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-30 17:47:26 +01:00
#45 fixed bug when history doesn't work if a doctor is not specified in an event
This commit is contained in:
@@ -104,7 +104,7 @@ case class EventsResponse(events: List[Event]) extends SerializableJsonObject
|
||||
case class Event(
|
||||
date: ZonedDateTime,
|
||||
clinic: Option[EventClinic],
|
||||
doctor: EventDoctor,
|
||||
doctor: Option[EventDoctor],
|
||||
eventId: Long,
|
||||
status: String,
|
||||
title: String
|
||||
|
||||
Reference in New Issue
Block a user