Revery unintentional change

to when teamToken was returned
pull/21833/head
David Baker 2017-03-03 10:28:10 +00:00
parent 9c6782af6f
commit 8522231d4f
1 changed files with 2 additions and 2 deletions

View File

@ -209,11 +209,11 @@ module.exports = React.createClass({
MatrixClientPeg.get().joinRoom(room.room_id); MatrixClientPeg.get().joinRoom(room.room_id);
} }
}); });
return teamToken;
}, (err) => { }, (err) => {
console.error('Error getting team config', err); console.error('Error getting team config', err);
}); });
return teamToken;
}, (err) => { }, (err) => {
console.error('Error tracking referral', err); console.error('Error tracking referral', err);
}); });