You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Revery unintentional change
to when teamToken was returned
This commit is contained in:
@ -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);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user