We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a48b809 commit a102924Copy full SHA for a102924
server/db/providers/cassandradb/email_template.go
@@ -81,7 +81,6 @@ func (p *provider) UpdateEmailTemplate(ctx context.Context, emailTemplate models
81
updateFields = strings.TrimSuffix(updateFields, ",")
82
83
query := fmt.Sprintf("UPDATE %s SET %s WHERE id = '%s'", KeySpace+"."+models.Collections.EmailTemplate, updateFields, emailTemplate.ID)
84
- fmt.Println("=> query:", query)
85
err = p.db.Query(query).Exec()
86
if err != nil {
87
return nil, err
0 commit comments