diff --git a/bootstrap/postgres/configs.go b/bootstrap/postgres/configs.go index c41ae311cec..78d2b3d4d7e 100644 --- a/bootstrap/postgres/configs.go +++ b/bootstrap/postgres/configs.go @@ -493,7 +493,7 @@ func (cr configRepository) retrieveAll(owner string, filter bootstrap.Filter) (s return fmt.Sprintf(template, f), params } -func (cr configRepository) rollback(content string, tx *sqlx.Tx) { +func (cr configRepository) rollback(_ string, tx *sqlx.Tx) { if err := tx.Rollback(); err != nil { cr.log.Error(fmt.Sprintf("Failed to rollback due to %s", err)) }