fix: 修复渠道一致性问题

This commit is contained in:
CaIon
2024-01-12 14:34:44 +08:00
parent aa8b722a13
commit 0266cf4b7e
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -159,5 +159,6 @@ func FixAbility() (int, error) {
count++
}
}
InitChannelCache()
return count, nil
}