update
This commit is contained in:
@@ -258,11 +258,11 @@ func Route(db *gorm.DB, mux *http.ServeMux) {
|
||||
|
||||
sendTo := request.To
|
||||
|
||||
for _, v := range request.CC {
|
||||
if v != "" {
|
||||
sendTo = append(sendTo, request.CC...)
|
||||
}
|
||||
}
|
||||
// for _, v := range request.CC {
|
||||
// if v != "" {
|
||||
// sendTo = append(sendTo, request.CC...)
|
||||
// }
|
||||
// }
|
||||
|
||||
type Data struct {
|
||||
Message string
|
||||
|
||||
Reference in New Issue
Block a user