Fix VstpMsg JSON tag error

This commit is contained in:
Fred Boniface 2023-07-20 19:51:07 +01:00
parent 1cbfb1d074
commit 816f023a60
1 changed files with 1 additions and 1 deletions

View File

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