Browse Source

Merge pull request '屏蔽数据集首页创建消息' (#1586) from zouap_static into V20220228

Reviewed-on: https://git.openi.org.cn/OpenI/aiforge/pulls/1586
Reviewed-by: lewis <747342561@qq.com>
tags/v1.22.2.2^2
lewis 3 years ago
parent
commit
70b7d61f62
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/socketwrap/clientManager.go

+ 1
- 1
services/socketwrap/clientManager.go View File

@@ -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}
var opTypes = []int{1, 2, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 17, 22, 23, 25, 26, 27, 28, 29, 30}

type ClientsManager struct {
Clients *orderedmap.OrderedMap


Loading…
Cancel
Save