Skip to content

Commit

Permalink
Remove stack item that's not available
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Jan 27, 2024
1 parent a92561f commit 2c8fde8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controllers/postPackagesPackageNameVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ module.exports = {
.addCalls("db.getPackageByName", packExists)
.addCalls("vcs.newVersionData", packMetadata)
.addCalls("vcs.ownership", gitowner)
.addCalls("db.packageNameAvailability", isAvailable)
.addCalls("db.insertNewPackageVersion", addVer)
.addMessage("Failed to add the new package version to the database.");
}
Expand Down

0 comments on commit 2c8fde8

Please sign in to comment.