Skip to content

Commit

Permalink
fixup! RHINENG-8045: read template messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Apr 11, 2024
1 parent d2db856 commit a4093df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions listener/templates.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ func TemplateUpdate(template mqueue.TemplateResponse) error {

err = database.OnConflictUpdateMulti(database.Db, []string{"rh_account_id", "uuid"},
"name", "description", "creator", "published").Save(&row).Error
// err = database.Db.
// Create(&row).Error
if err != nil {
return errors.Wrap(err, "creating template from message")
}
Expand Down

0 comments on commit a4093df

Please sign in to comment.