Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erikjohnston committed Jun 10, 2024
1 parent e58eed0 commit 568d1a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion synapse/storage/databases/main/devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ def __init__(
("device_lists_remote_pending", "instance_name", "stream_id"),
(
"device_lists_changes_converted_stream_position",
"instance_name" "stream_id",
"instance_name",
"stream_id",
),
],
sequence_name="device_lists_sequence",
Expand Down

0 comments on commit 568d1a8

Please sign in to comment.