Skip to content

Commit

Permalink
fix: asd
Browse files Browse the repository at this point in the history
  • Loading branch information
istae committed Dec 19, 2023
1 parent d1976e6 commit 852c475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/check/networkavailability/check.go
Expand Up @@ -134,7 +134,7 @@ iteration:

c.metrics.DownloadAttempts.Inc()

data, err := downloadClient.DownloadChunk(ctx, ch.Address(), "")
data, err := downloadClient.DownloadChunk(ctx, ch.Address(), "", nil)
if err != nil {
c.metrics.DownloadErrors.Inc()
c.metrics.DownloadDuration.WithLabelValues("false").Observe(time.Since(t).Seconds())
Expand Down

0 comments on commit 852c475

Please sign in to comment.