Fix misspell
This commit is contained in:
parent
2fa4fcc202
commit
ebfa982c72
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ func (p *Provider) Search(search string, page int64) (result []*background.Image
|
||||||
}
|
}
|
||||||
|
|
||||||
if existsForPage {
|
if existsForPage {
|
||||||
log.Debugf("Serving intial unsplash collection for page %d from cache, last updated at %v", page, emptySearchResult.lastCached)
|
log.Debugf("Serving initial unsplash collection for page %d from cache, last updated at %v", page, emptySearchResult.lastCached)
|
||||||
return emptySearchResult.images[page], nil
|
return emptySearchResult.images[page], nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue