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