mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-12 15:14:46 +00:00
Fix typo
This commit is contained in:
@@ -336,10 +336,10 @@ class BaseReplicationStreamProtocol(LineOnlyReceiver):
|
||||
|
||||
for cmd in COMMAND_MAP:
|
||||
outbound_commands_counter.unregister_counter(
|
||||
cmd.NAME, self.name, self.conn_id
|
||||
cmd, self.name, self.conn_id
|
||||
)
|
||||
inbound_commands_counter.unregister_counter(
|
||||
cmd.NAME, self.name, self.conn_id
|
||||
cmd, self.name, self.conn_id
|
||||
)
|
||||
|
||||
if self.transport:
|
||||
|
||||
Reference in New Issue
Block a user