Skip to content

Commit

Permalink
Merge pull request #237 from pulsar-edit/fix-bad-version-publish-stack
Browse files Browse the repository at this point in the history
Remove stack item that's not available
  • Loading branch information
confused-Techie authored Feb 1, 2024
2 parents aefac71 + 2c8fde8 commit 064ebfa
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 064ebfa

Please sign in to comment.