Skip to content

Commit 954fb03

Browse files
authored
Update metadata_fetcher.go
1 parent 48cdf3a commit 954fb03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sourcemap/metadata_fetcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ func (s *MetadataESFetcher) clearScroll(ctx context.Context, scrollID string) {
199199
s.logger.Warn("clearscroll request returned error: %s", resp.Status())
200200
}
201201

202-
defer resp.Body.Close()
202+
resp.Body.Close()
203203
}
204204

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

0 commit comments

Comments
 (0)