fix: client load (#753)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2021-10-26 20:48:29 +08:00
parent 69c6e1253a
commit 18c1ca7218
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ func (d *dynconfig) GetSchedulerClusterClientConfig() (types.SchedulerClusterCli
return types.SchedulerClusterClientConfig{}, false return types.SchedulerClusterClientConfig{}, false
} }
if data.SchedulerCluster != nil { if data.SchedulerCluster == nil {
return types.SchedulerClusterClientConfig{}, false return types.SchedulerClusterClientConfig{}, false
} }