This commit is contained in:
teddy
2025-05-05 12:15:37 +07:00
parent e09d96c8a6
commit 9a2d07faf4

View File

@@ -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