Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky authored Aug 15, 2024
1 parent 31657bf commit 03f8e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default async function noDependenciesWithoutTypes() {
results = (await client.getObject({
indexName: 'npm-search',
objectID: dependency,
{ attributesToRetrieve: ['types'] },
attributesToRetrieve: ['types'],
)) as AlgoliaObj;
} catch (error) {
// Show dependency name if Algolia's `client.getObject()` throws with an
Expand Down

0 comments on commit 03f8e5c

Please sign in to comment.