Skip to content

Commit

Permalink
Merge pull request #2088 from opengovern/fix-add-linode
Browse files Browse the repository at this point in the history
fix: fix publish queries in inventory
  • Loading branch information
artaasadi authored Dec 1, 2024
2 parents fec119e + e97205a commit cc620d1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions jobs/post-install-job/job/migrations/inventory/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,13 +310,6 @@ func populateFinderItem(logger *zap.Logger, tx *gorm.DB, path string, info fs.Fi
}
}
}
// logger.Info("inserted tags", zap.String("id", id))
err = tx.Commit().Error
if err != nil {
logger.Error("failure in commit", zap.Error(err))
return err
}
// logger.Info("commit finish", zap.String("id", id))

return nil
}

0 comments on commit cc620d1

Please sign in to comment.