mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
fix(notify): return correct value when sortContactType
This commit is contained in:
@@ -181,7 +181,7 @@ func sortContactType(ctypes []string) []string {
|
||||
ret = append(ret, ct)
|
||||
}
|
||||
}
|
||||
return nil
|
||||
return ret
|
||||
}
|
||||
|
||||
func (cm *SConfigManager) allContactType() ([]string, error) {
|
||||
|
||||
Reference in New Issue
Block a user