Skip to content

Commit

Permalink
refactor getTag
Browse files Browse the repository at this point in the history
  • Loading branch information
inwaar committed Oct 6, 2024
1 parent d4acf8f commit ba4abaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class Client extends EventEmitter {
* @type {EncryptionService}
* @private
*/
this._encryptionService;
this._encryptionService = new EncryptionService();

/**
* Client options
Expand Down

0 comments on commit ba4abaf

Please sign in to comment.