Skip to content

Commit

Permalink
fix: Pass parameters properly to fn
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 10, 2024
1 parent 6df9f80 commit d36db08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ class Action {
}
}

async loginToNpmPrivateRegistry() {
async loginToNpmPrivateRegistry(username, password) {
/**
* Login to the Kuzzle PaaS private NPM registry
*/
Expand Down

0 comments on commit d36db08

Please sign in to comment.