From d36db08ce08f9123a52c4cf75714eab962a88d92 Mon Sep 17 00:00:00 2001 From: rolljee Date: Tue, 10 Dec 2024 22:38:34 +0100 Subject: [PATCH] fix: Pass parameters properly to fn --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c623b7d..6e6b43f 100644 --- a/index.js +++ b/index.js @@ -114,7 +114,7 @@ class Action { } } - async loginToNpmPrivateRegistry() { + async loginToNpmPrivateRegistry(username, password) { /** * Login to the Kuzzle PaaS private NPM registry */