Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Jun 3, 2022
1 parent 39784b4 commit d0fead1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/actions/add.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ export default async argv => cli(argv)

let results
try {
results = await client
.query(iconQuery, {query: iconName.replace(/fa:/, '')}).toPromise()
results = await client.query(iconQuery, {query: iconName.replace(/fa:/, '')}).toPromise()
} catch (e) {
$out.error(`We couldn't find any icons matching {cyan}${iconName}{/cyan}`)
continue
Expand Down

0 comments on commit d0fead1

Please sign in to comment.