Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Dec 16, 2023
1 parent d3a6045 commit eaeed3b
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 @@ -83,7 +83,7 @@ module.exports = {

context.logger.generic(
6,
`${user.content.username} Attempting to publish a new package version - ${param.packageName}`
`${user.content.username} Attempting to publish a new package version - ${params.packageName}`
);

// To support a rename, we need to check if they have permissions over this
Expand Down

0 comments on commit eaeed3b

Please sign in to comment.