From 9c5fb00da48d49b9d579940550eb2cdf09fd11bd Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 1 Mar 2017 18:33:45 +0000 Subject: [PATCH] Fix syntax --- src/components/structures/login/Registration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/login/Registration.js b/src/components/structures/login/Registration.js index 1eb0c13110..879d263cfc 100644 --- a/src/components/structures/login/Registration.js +++ b/src/components/structures/login/Registration.js @@ -233,7 +233,7 @@ module.exports = React.createClass({ }, teamToken); }).then(() => { return this._setupPushers(); - }.done()); + }).done(); }, _setupPushers: function() {