mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix typo
This commit is contained in:
parent
c48013ed4b
commit
e05985b2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ export const functionResolvers = {
|
|||
type: subscription.type as unknown as HomeItemSourceType,
|
||||
}
|
||||
},
|
||||
image(item: HomeItem) {
|
||||
thumbnail(item: HomeItem) {
|
||||
return item.thumbnail && createImageProxyUrl(item.thumbnail, 320, 320)
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue