diff --git a/blox/blox.go b/blox/blox.go index d06740a..0a8f4f6 100644 --- a/blox/blox.go +++ b/blox/blox.go @@ -324,7 +324,7 @@ func (p *Blox) ListModifiedStoredLinks(ctx context.Context, lastChecked time.Tim // Create a channel to receive pin info out := make(chan api.GlobalPinInfo, 1024) // Adjust buffer size as needed go func() { - defer p.once.Do(func() { close(out) }) + //defer p.once.Do(func() { close(out) }) p.ipfsClusterApi.StatusAll(ctx, api.TrackerStatusPinned, true, out) }()