Skip to content

Commit

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

0 comments on commit 02c16a3

Please sign in to comment.