From dc4a2191c1b76b83ae4bb75f80d2de6a1c65557b Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 28 May 2020 12:04:32 -0400 Subject: [PATCH] really fix types --- src/MatrixClientPeg.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MatrixClientPeg.ts b/src/MatrixClientPeg.ts index e875a053b5..c6ee6c546f 100644 --- a/src/MatrixClientPeg.ts +++ b/src/MatrixClientPeg.ts @@ -41,7 +41,7 @@ export interface IMatrixClientCreds { deviceId: string, accessToken: string, guest: boolean, - pickleKey: string, + pickleKey?: string, } // TODO: Move this to the js-sdk