Fix VSTP message type

This commit is contained in:
Fred Boniface 2024-04-24 21:41:22 +01:00
parent f9aaf0f38f
commit 4cbfa28c72
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ type MsgData struct {
}
type VstpMsg struct {
CIFMsg JsonScheduleV1 `json:"schedule,omitempty"`
CIFMsg JsonScheduleV1vstp `json:"schedule,omitempty"`
}
// Redundant Types: