fix: 修复渠道一致性问题

This commit is contained in:
CaIon
2024-01-12 14:34:44 +08:00
parent febcadb42c
commit e2a1caba4c
3 changed files with 5 additions and 2 deletions

View File

@@ -159,5 +159,6 @@ func FixAbility() (int, error) {
count++
}
}
InitChannelCache()
return count, nil
}