Skip to content

Commit

Permalink
remove usage of api
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Jan 8, 2025
1 parent 493d891 commit e2b9c22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const apiParser = new SwaggerParser()

// @ts-ignore
const searchMetadataLookup = new Map([
...lunrSearchMetadata.openapi.map((m) => [m.id, m]),
...lunrSearchMetadata.docs.map((m) => [m.id, m]),
])

Expand Down

0 comments on commit e2b9c22

Please sign in to comment.