Skip to content

Commit

Permalink
Add ConnectThing method to bootstrap
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Apr 24, 2024
1 parent 19ab222 commit 8c72bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/postgres/configs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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))
}
Expand Down

0 comments on commit 8c72bd0

Please sign in to comment.