From 4cbfa28c725f4e88ef206359b8773ce39793d023 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 24 Apr 2024 21:41:22 +0100 Subject: [PATCH] Fix VSTP message type --- pkg/upstreamApi/vstp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/upstreamApi/vstp.go b/pkg/upstreamApi/vstp.go index c6771ff..18d0cfe 100644 --- a/pkg/upstreamApi/vstp.go +++ b/pkg/upstreamApi/vstp.go @@ -6,7 +6,7 @@ type MsgData struct { } type VstpMsg struct { - CIFMsg JsonScheduleV1 `json:"schedule,omitempty"` + CIFMsg JsonScheduleV1vstp `json:"schedule,omitempty"` } // Redundant Types: