Skip to content

Commit

Permalink
Fixes #4894 - Session list does not fetch users’ names.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfschmidt committed Oct 19, 2023
1 parent 2ce41a7 commit 1cd6c0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/controllers/sessions_controller.rb
Expand Up @@ -223,7 +223,6 @@ def list
next if session.data['user_id'].blank?

sessions_clean.push session
next if session.data['user_id']

user = User.lookup(id: session.data['user_id'])
next if !user
Expand Down

0 comments on commit 1cd6c0f

Please sign in to comment.