Skip to content

Commit

Permalink
Remove useless variable
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Sep 5, 2023
1 parent 39b600d commit 48e6950
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aleph/web/controllers/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ async def messages_ws(request: web.Request) -> web.WebSocketResponse:
except ValidationError as e:
raise web.HTTPUnprocessableEntity(body=e.json(indent=4))

message_filters = query_params.dict(exclude_none=True)
history = query_params.history

if history:
Expand Down

0 comments on commit 48e6950

Please sign in to comment.