Running the new Elixir formatter

For the last comprehension I think you mean

    new_sessions =
      for {key, time} <- user.sessions,
          time + session_age > now,
          into: %{},
          do: {key, time}

:slight_smile:

2 Likes