Skip to content

Commit c6152c7

Browse files
jwcranfordFiloSottile
authored andcommitted
sunlight: unbreak ClientConfig.Cache
Closes #47 Fixes #46
1 parent 6499f85 commit c6152c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ func NewClient(config *ClientConfig) (*Client, error) {
105105
return nil, err
106106
}
107107
}
108-
client, err := torchwood.NewClient(fetcher, torchwood.WithCutEntry(cutEntry),
108+
client, err := torchwood.NewClient(tileReader, torchwood.WithCutEntry(cutEntry),
109109
torchwood.WithTimeout(config.Timeout))
110110
if err != nil {
111111
return nil, err

0 commit comments

Comments
 (0)