fix PR feedback
This commit is contained in:
parent
9e67dbf008
commit
254427461d
8 changed files with 21 additions and 22 deletions
|
@ -307,6 +307,6 @@ export class RoomViewStore extends Store {
|
|||
}
|
||||
|
||||
const MatrixDispatcher = require("../matrix-dispatcher");
|
||||
const blubber = new RoomViewStore(new MatrixDispatcher());
|
||||
const backwardsCompatInstance = new RoomViewStore(new MatrixDispatcher());
|
||||
|
||||
export default blubber;
|
||||
export default backwardsCompatInstance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue