Merge pull request #8372 from ioito/automated-cherry-pick-of-#8369-upstream-release-3.2

Automated cherry pick of #8369: fix: use correct worker
This commit is contained in:
Zexi Li
2020-10-19 15:10:25 +08:00
committed by GitHub
+1 -1
View File
@@ -71,5 +71,5 @@ func RunSyncCloudAccountTask(probeFunc func()) {
}
func RunSyncSecgroupTask(syncFunc func()) {
syncAccountWorker.Run(syncFunc, nil, nil)
syncSecgroupWorker.Run(syncFunc, nil, nil)
}