Fix some more lint errors
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
parent
954d49f22e
commit
752d816780
3 changed files with 8 additions and 11 deletions
|
@ -104,7 +104,7 @@ export default class DMRoomMap {
|
|||
.some((ids) => ids.roomId === roomId);
|
||||
});
|
||||
guessedUserIdsThatChanged.forEach(({userId, roomId}) => {
|
||||
let roomIds = userToRooms[userId];
|
||||
const roomIds = userToRooms[userId];
|
||||
if (!roomIds) {
|
||||
userToRooms[userId] = [roomId];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue