mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +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);
|
}, teamToken);
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
return this._setupPushers();
|
return this._setupPushers();
|
||||||
}.done());
|
}).done();
|
||||||
},
|
},
|
||||||
|
|
||||||
_setupPushers: function() {
|
_setupPushers: function() {
|
||||||
|
|
Loading…
Reference in a new issue