Fix bug
This commit is contained in:
parent
b86594148e
commit
6dd635ddf3
5 changed files with 51 additions and 52 deletions
|
|
@ -2,8 +2,8 @@ import activateMe from './i';
|
|||
import activateApi from './api';
|
||||
import activateStream from './stream';
|
||||
|
||||
export default me => {
|
||||
export default (me, stream) => {
|
||||
activateMe(me);
|
||||
activateApi(me);
|
||||
activateStream(me);
|
||||
activateStream(stream);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue