Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
excalith committed Mar 24, 2024
1 parent edc4622 commit 7f2fdba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/command.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function openFilteredLinks(command, settings) {
DefaultSearch(command, settings)
} else {
filteredUrls.map((url, index) => {
const target = index === filterCount - 1 ? settings.urlLaunch.target : "_blank"
const target = index === filterCount - 1 ? settings.urlLaunch.target : "_blank"
openLink(url, target)
})
}
Expand Down

0 comments on commit 7f2fdba

Please sign in to comment.