mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update resolver
This commit is contained in:
parent
26e7ab178e
commit
3f4b0f9b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -813,7 +813,7 @@ export const searchResolver = authorized<
|
|||
},
|
||||
})
|
||||
|
||||
let results: (SearchItemData | Page)[]
|
||||
let results: SearchItemData[]
|
||||
let totalCount: number
|
||||
|
||||
const searchType = searchQuery.typeFilter
|
||||
|
|
|
|||
Loading…
Reference in a new issue