Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jan 20, 2024
1 parent c63b093 commit 818853a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/removePackageByName.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ module.exports = {
}

if (exterminate) {
const commandName = await sqlTrans`
await sqlTrans`
DELETE FROM names
WHERE pointer = ${pointer}
`; // We can't return name here, since it's set to null on package deletion
Expand Down

0 comments on commit 818853a

Please sign in to comment.