Security.keyBase changed to protected/readonly

merge-requests/4/head
Matthew 2020-01-20 23:41:06 -05:00
parent 36f7660afd
commit f341f5364d
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import { AccountInterface } from '../models';
export default class Security {
public client: Client;
private keyBase: { key: string, iv: string };
protected readonly keyBase: { key: string, iv: string };
constructor(client: Client) {
this.client = client;