From f5bdbca8ec917cae805db5f611f317946e147311 Mon Sep 17 00:00:00 2001 From: minie4 Date: Wed, 28 Feb 2024 23:46:42 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.go b/api.go index 3f78737..0cf0d6b 100644 --- a/api.go +++ b/api.go @@ -444,7 +444,7 @@ func onPortListChange() { continue } jsonData, _ := json.Marshal(WebsocketResponse{ - Type: "postListChange", + Type: "portListChange", ResponseData: gin.H{"inputs": portConfig.Input, "outputs": portConfig.Output}, }) conn.WriteMessage(1, jsonData)