Skip to content

Commit

Permalink
Update gateway/blocks_backend.go
Browse files Browse the repository at this point in the history
Co-authored-by: Henrique Dias <[email protected]>
  • Loading branch information
hsanjuan and hacdias authored Oct 13, 2023
1 parent 20b508c commit a249c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/blocks_backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ func NewBlocksBackend(blockService blockservice.BlockService, opts ...BlocksBack
r = compiledOptions.r
if r == nil {
// Setup the UnixFS resolver.
fetcher := bsfetcher.NewFetcherConfig(blockService)
fetcher := bsfetcher.NewFetcherConfig(blockService).WithReifier(unixfsnode.Reify)
r = resolver.NewBasicResolver(fetcher)
}

Expand Down

0 comments on commit a249c8a

Please sign in to comment.