mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove async
This commit is contained in:
parent
abb8df26e5
commit
dd24cfbeec
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ export const functionResolvers = {
|
||||||
? ContentReader.Pdf
|
? ContentReader.Pdf
|
||||||
: ContentReader.Web
|
: ContentReader.Web
|
||||||
},
|
},
|
||||||
async highlights(
|
highlights(
|
||||||
article: { id: string; userId?: string; highlights?: Highlight[] },
|
article: { id: string; userId?: string; highlights?: Highlight[] },
|
||||||
_: { input: ArticleHighlightsInput },
|
_: { input: ArticleHighlightsInput },
|
||||||
ctx: WithDataSourcesContext
|
ctx: WithDataSourcesContext
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue