fix one typo

This commit is contained in:
Dawid Wysokiński 2021-07-13 16:47:11 +02:00
parent 3a2ea77dd7
commit 6e3d32648d
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ func (dl *ServerDataLoader) LoadEnnoblements(cfg *LoadEnnoblementsConfig) ([]*tw
formattedURL = dl.baseURL + fmt.Sprintf(EndpointGetConquer, cfg.EnnobledAtGT.Unix())
compressed = false
}
lines, err := d.getCSVData(formattedURL, compressed)
lines, err := dl.getCSVData(formattedURL, compressed)
if err != nil {
return nil, errors.Wrapf(err, "couldn't load data, formattedURL %s", formattedURL)
}