From be3cd0bbaaf9e4ff83eba04d868ba9f1d9c111a4 Mon Sep 17 00:00:00 2001 From: chenyifan01 Date: Thu, 15 Dec 2022 14:19:58 +0800 Subject: [PATCH] #3277 gcu:add gcu task to home action --- services/socketwrap/clientManager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/socketwrap/clientManager.go b/services/socketwrap/clientManager.go index 7470b1198..0c3d9d1a2 100755 --- a/services/socketwrap/clientManager.go +++ b/services/socketwrap/clientManager.go @@ -10,7 +10,7 @@ import ( "github.com/elliotchance/orderedmap" ) -var opTypes = []int{1, 2, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35} +var opTypes = []int{1, 2, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 35, 41} type ClientsManager struct { Clients *orderedmap.OrderedMap