Skip to content

Commit

Permalink
Merge pull request #271 from pulsar-edit/rename-bug-fix
Browse files Browse the repository at this point in the history
Package Rename bug fix
  • Loading branch information
confused-Techie authored Aug 10, 2024
2 parents 02bea4d + 11a72ae commit 2473f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/postPackagesPackageNameVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ module.exports = {

callStack.addCall("db.packageNameAvailability", isAvailable);

if (isAvailable.ok) {
if (!isAvailable.ok) {
const sso = new context.sso();

return sso
Expand Down

0 comments on commit 2473f54

Please sign in to comment.