Improve quality of Typescript types (#10742)
This commit is contained in:
parent
542bf68c63
commit
a4f0b80692
30 changed files with 74 additions and 75 deletions
|
@ -139,7 +139,7 @@ class MatrixClientPegClass implements IMatrixClientPeg {
|
|||
|
||||
// the credentials used to init the current client object.
|
||||
// used if we tear it down & recreate it with a different store
|
||||
private currentClientCreds: IMatrixClientCreds;
|
||||
private currentClientCreds: IMatrixClientCreds | null = null;
|
||||
|
||||
public get(): MatrixClient {
|
||||
return this.matrixClient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue