Skip to content

Commit

Permalink
fix split branches
Browse files Browse the repository at this point in the history
  • Loading branch information
jt-dd authored Nov 13, 2024
1 parent 0a78c34 commit 7ecd43c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkg/ingestor/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,6 @@ func (g *IngestorAPI) Ingest(ctx context.Context, path string) error {
}
}

// Keeping only the latest dump for each cluster in memory
err = g.providers.GraphProvider.Clean(runCtx, clusterName) //nolint: contextcheck
if err != nil {
return err
}

Check failure on line 207 in pkg/ingestor/api/api.go

View workflow job for this annotation

GitHub Actions / linter

File is not `gofmt`-ed with `-s` (gofmt)
err = g.providers.IngestBuildData(runCtx, runCfg) //nolint: contextcheck
if err != nil {
Expand Down

0 comments on commit 7ecd43c

Please sign in to comment.