Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli/utils/create-auth-dbUrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = createAuthDbUrl
* @param dbPassword used for parsing options.dbUrlPassword
* @param dbUrl used for parsing options.dbUrl
*
* @var dbUrlParts contains different parts of dbUrl, helping in modifing username and password
* @var dbUrlParts contains different parts of dbUrl, helping in modifying username and password
*
* @returns dbUrl based on the parameters
* @throws Error if dbUrl is unparsable or authDetails are missing
Expand Down