This commit is contained in:
Laisky.Cai
2024-03-09 01:37:30 +00:00
parent 099e15f98b
commit 82b2f2c427

View File

@@ -149,6 +149,10 @@ func init() {
channelId2Models = make(map[int][]string)
for i := 1; i < common.ChannelTypeDummy; i++ {
adaptor := helper.GetAdaptor(constant.ChannelType2APIType(i))
if adaptor == nil {
continue
}
meta := &util.RelayMeta{
ChannelType: i,
}