Skip to content

Commit 205ec44

Browse files
author
wuhua3
committed
bugfix
1 parent a27b88c commit 205ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manageHandler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ func (h *RefersFilterHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
957957
}
958958
vlog.Infof("update refers filter success, config: %s", configContent)
959959
h.agent.clusterGroupMap.Range(func(k, v interface{}) bool {
960-
cls, ok := v.(cluster.ClusterGroup)
960+
cls, ok := v.(motan.ClusterGroup)
961961
if !ok {
962962
return true
963963
}

0 commit comments

Comments
 (0)