mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
eslint
This commit is contained in:
parent
e5f1f25a4d
commit
7d2cb07af0
1 changed files with 1 additions and 0 deletions
|
|
@ -535,6 +535,7 @@ export const searchPages = async (
|
|||
]
|
||||
} catch (e) {
|
||||
if (e instanceof ResponseError) {
|
||||
// eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
|
||||
console.error('failed to search pages in elastic', e.meta.body.error)
|
||||
return undefined
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue