Skip to content

Commit

Permalink
fix lint (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored Aug 21, 2024
1 parent b6f1070 commit 54eaeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ interface NpmRegistryResponse {

export async function fetchNpmPackages(pattern: string): Promise<Choice[]> {
const registryLink = (pattern: string) =>
`https://registry.npmjs.com/-/v1/search?text=${pattern}&size=35`
`https://registry.npmjs.com/-/v1/search?text=${pattern}&size=35`

const terminalColumns = process.stdout?.columns || 80

Expand Down

0 comments on commit 54eaeb3

Please sign in to comment.