diff --git a/src/MatrixClientPeg.js b/src/MatrixClientPeg.js index 0d5af6ccf4..63032fb0bd 100644 --- a/src/MatrixClientPeg.js +++ b/src/MatrixClientPeg.js @@ -92,7 +92,7 @@ class MatrixClientPeg { const opts = utils.deepCopy(MatrixClientPeg.opts); opts.pendingEventOrdering = "detached"; this.get().startClient(opts); - }, + } _replaceClient(hs_url, is_url, user_id, access_token, isGuest) { if (localStorage) {