mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 14:56:42 -04:00
Remove duplicate return statement
This commit is contained in:
parent
8fde611a8c
commit
58a755cdc3
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ class DirectoryHandler(BaseHandler):
|
|||
servers = list(servers)
|
||||
|
||||
return {"room_id": room_id, "servers": servers}
|
||||
return
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_directory_query(self, args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue