Fix DeleteQuery

This commit is contained in:
Fred Boniface 2023-07-27 20:20:11 +01:00
parent d15ddc5563
commit 171bd3eafd

View File

@ -29,7 +29,7 @@ type Service struct {
}
type DeleteQuery struct {
TrainUid string `json:"trainUid"`
ScheduleStartDate string `json:"scheduleStartDate"`
StpIndicator string `json:"stpIndicator"`
TrainUid string `json:"trainUid"`
ScheduleStartDate time.Time `json:"scheduleStartDate"`
StpIndicator string `json:"stpIndicator"`
}