mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Fix syntax
This commit is contained in:
parent
ef5d2bca91
commit
9c5fb00da4
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ module.exports = React.createClass({
|
|||
}, teamToken);
|
||||
}).then(() => {
|
||||
return this._setupPushers();
|
||||
}.done());
|
||||
}).done();
|
||||
},
|
||||
|
||||
_setupPushers: function() {
|
||||
|
|
Loading…
Reference in a new issue