Delete unused variable

This commit is contained in:
Alan Friedman 2019-05-27 16:22:04 -04:00
parent 53f88c9784
commit 71005e5f11

View File

@ -30,7 +30,6 @@ const room = (state = initialState, action) => {
}), }),
} }
case 'RECEIVE_ENCRYPTED_MESSAGE_ADD_USER': case 'RECEIVE_ENCRYPTED_MESSAGE_ADD_USER':
const membersWithId = state.members.filter(m => m.id)
const joining = false const joining = false
return { return {