Fix types

This commit is contained in:
Fred Boniface 2023-07-20 20:02:35 +01:00
parent 816f023a60
commit ff722287f3

View File

@ -1,7 +1,7 @@
package upstreamApi
type VstpMsg struct {
CIFMsg *Schedule `json:"schedule"`
CIFMsg Schedule `json:"schedule"`
}
type Schedule struct {