Fix parsing errors

This commit is contained in:
J. Ryan Stinnett 2021-06-29 13:23:13 +01:00
parent 2be40ad08a
commit b501665971
5 changed files with 6 additions and 6 deletions

View file

@ -159,7 +159,7 @@ class FilePanel extends React.Component {
}
};
async updateTimelineSet(roomId: string) {
async updateTimelineSet(roomId) {
const client = MatrixClientPeg.get();
const room = client.getRoom(roomId);
const eventIndex = EventIndexPeg.get();