Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nithunikzz committed Dec 19, 2023
1 parent b52abba commit e053714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/pkg/clickhouse/db_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ func (c *DBClient) InsertKubeScoreMetrics(metrics model.KubeScoreRecommendations
comments.Path,
comments.Summary,
result.FileName,
result.FileRow,
int64(result.FileRow),
currentTime,
); err != nil {
log.Println("Error while inserting KubeScore metrics:", err)
Expand Down

0 comments on commit e053714

Please sign in to comment.