fix(notify): return correct value when sortContactType

This commit is contained in:
rainzm
2020-09-22 20:13:11 +08:00
parent 6ccfdfaf74
commit c522b45242
+1 -1
View File
@@ -181,7 +181,7 @@ func sortContactType(ctypes []string) []string {
ret = append(ret, ct)
}
}
return nil
return ret
}
func (cm *SConfigManager) allContactType() ([]string, error) {