mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add siteName in api response in web
This commit is contained in:
parent
cb1d64cd82
commit
b6826a8821
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ export type SearchItem = {
|
|||
id: string
|
||||
title: string
|
||||
slug: string
|
||||
siteName?: string
|
||||
}
|
||||
|
||||
export async function typeaheadSearchQuery({
|
||||
|
|
@ -32,6 +33,7 @@ export async function typeaheadSearchQuery({
|
|||
id
|
||||
title
|
||||
slug
|
||||
siteName
|
||||
}
|
||||
}
|
||||
... on TypeaheadSearchError {
|
||||
|
|
|
|||
Loading…
Reference in a new issue