Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
fix: bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
pikadun committed Jul 7, 2021
1 parent 4565dd6 commit abb4e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/baseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export abstract class BaseClient {
cloneOptions.db = options.db || 0;
cloneOptions.username = options.username || 'default';
cloneOptions.reconnection = options.reconnection !== false;
cloneOptions.password = options.password;
return cloneOptions;
}

Expand Down

0 comments on commit abb4e31

Please sign in to comment.