Update pkg/cluster/cluster.go

This commit is contained in:
Felix Kunde 2025-12-11 09:32:04 +01:00 committed by GitHub
parent 0b9df9dae9
commit 8f53b667ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1768,7 +1768,7 @@ func (c *Cluster) GetStatus() *ClusterStatus {
func (c *Cluster) GetSwitchoverSchedule() string {
now := time.Now().UTC()
return c.GetSwitchoverScheduleAtTime(now)
return c.getSwitchoverScheduleAtTime(now)
}
func (c *Cluster) getSwitchoverScheduleAtTime(now time.Time) string {