Skip to content

Commit

Permalink
Update metadata_fetcher.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall authored Nov 13, 2024
1 parent 48cdf3a commit 954fb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/sourcemap/metadata_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func (s *MetadataESFetcher) clearScroll(ctx context.Context, scrollID string) {
s.logger.Warn("clearscroll request returned error: %s", resp.Status())
}

defer resp.Body.Close()
resp.Body.Close()
}

func (s *MetadataESFetcher) update(ctx context.Context, sourcemaps map[identifier]string) {
Expand Down

0 comments on commit 954fb03

Please sign in to comment.